Changes between Version 15 and Version 16 of ProtocolOne


Ignore:
Timestamp:
Jun 10, 2011 10:39:24 AM (13 years ago)
Author:
jherwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolOne

    v15 v16  
    1313''Example''
    1414{{{ //this will make the Quagent face and shoot at the user.
    15 while(true){
    16   client.faceEntityDirectoin(0,1);
    17   client.fireWeapon(1);
    18 }}}}
     15while(true){client.faceEntityDirectoin(0,1);client.fireWeapon(1);}}}}
    1916
    2017