Changes between Version 18 and Version 19 of ProtocolOne
- Timestamp:
- Jun 10, 2011 10:40:32 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolOne
v18 v19 16 16 {{{ 17 17 //this will make the Quagent face and shoot at the user. 18 while(true){client.faceEntityDirectoin(0,1);client.fireWeapon(1);}}}} 18 while(true){ 19 client.faceEntityDirectoin(0,1); 20 client.fireWeapon(1);} 21 }}} 19 22 20 23