Changespritestat: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
 
One (talk | contribs)
No edit summary
 
Line 1: Line 1:
changespritestat <sprite id> <statnum>
'''changespritestat''' <sprite id> <statnum>


Changespritestat is used to change the [[statnum]] of an actor.
Changespritestat is used to change the [[statnum]] of an actor.


EXAMPLE:
  '''changespritestat''' [[THISACTOR]] 1 // Changes the statnum of the current actor to 1 (moveactors)
 
  changespritestat [[THISACTOR]] 1 // Changes the statnum of the current actor to 1 (moveactors)
[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:Sprite manipulation]]
[[Category:Sprite manipulation]]

Latest revision as of 11:59, 4 May 2009

changespritestat <sprite id> <statnum>

Changespritestat is used to change the statnum of an actor.

changespritestat THISACTOR 1 // Changes the statnum of the current actor to 1 (moveactors)