Changes between Initial Version and Version 1 of sk


Ignore:
Timestamp:
Jun 8, 2011 11:35:09 AM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sk

    v1 v1  
     1This command does nothing for a single AI frame. This is useful if you want to wait the minimum possible positive time between actions (such as [[fw]] commands).
     2
     3'''Parameters:'''
     4 * This command accepts no parameters.
     5
     6'''Reports:'''
     7 * ''done'' when ran.
     8 * ''popped'' if popped by [[po]].
     9 * ''forgotten'' if deleted by [[fa]].
     10
     11'''Example:'''
     12 * User sends: "n fw 512"
     13 * User sends: "t sk 513"
     14 * User sends: "t fw 514"
     15 * Bot shoots once.
     16 * Bot reports "cp fw 512 done"
     17 * Bot reports "cp sk 513 done"
     18 * Bot shoots again on the next AI frame.
     19 * Bot reports "cp fw 514 done"