Jump to content

Setsprite: Difference between revisions

From EDukeWiki
New page: setsprite <SPRITEID> <X> <Y> <Z> Moves the sprite directly to coordinates X Y Z.
 
No edit summary
Line 1: Line 1:
setsprite <SPRITEID> <X> <Y> <Z>
setsprite <spriteid> <x> <y> <z>


Moves the sprite directly to coordinates X Y Z.
Moves the sprite directly to the coordinates specified. You do not have to worry about using [[changespritesect]] to change the [[sectnum]] of the actor, as this is done correctly for you.
 
[[Category:Sprite_manipulation]]

Revision as of 18:34, 1 August 2007

setsprite <spriteid> <x> <y> <z>

Moves the sprite directly to the coordinates specified. You do not have to worry about using changespritesect to change the sectnum of the actor, as this is done correctly for you.