Killit: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Fox (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
'''killit'''
'''killit'''


Used within an [[actor]]'s code in order to delete it from a map.
Used within an [[actor]]'s code in order to delete it from a map. This also adds 1 to the amount of killed actors on the map.


Using [[sizeat]] 0 0 has the same effect.  
Using [[sizeat]] 0 0 has the same effect.  

Revision as of 12:28, 27 March 2011

killit

Used within an actor's code in order to delete it from a map. This also adds 1 to the amount of killed actors on the map.

Using sizeat 0 0 has the same effect.