Count: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
BlasterDRP (talk | contribs)
mNo edit summary
 
Mblackwell (talk | contribs)
mNo edit summary
Line 1: Line 1:
count <number>
count <number>


Sets the [[actor]]'s count to <number>.
Sets the [[actor]]'s count to <number>. 1 is added to count every [[actor]] code cycle. Use [[ifcount]] to check the value of count, and [[resetcount]] to reset an [[actor]]'s count back to 0.

Revision as of 22:00, 23 December 2004

count <number>

Sets the actor's count to <number>. 1 is added to count every actor code cycle. Use ifcount to check the value of count, and resetcount to reset an actor's count back to 0.