Changes between Version 15 and Version 16 of ProtocolOne
- Timestamp:
- Jun 10, 2011 10:39:24 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v15 v16 13 13 ''Example'' 14 14 {{{ //this will make the Quagent face and shoot at the user. 15 while(true){ 16 client.faceEntityDirectoin(0,1); 17 client.fireWeapon(1); 18 }}}} 15 while(true){client.faceEntityDirectoin(0,1);client.fireWeapon(1);}}}} 19 16 20 17