Setactorvar: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
LordMisfit (talk | contribs)
mNo edit summary
Line 1: Line 1:
setactorvar[<[[sprite id]]>].<gamevar1> <gamevar2>
setactorvar[<[[sprite id]]>].<gamevar1> <gamevar2>


Sets the value of the actor-in-question's <gamevar1> to the gamevar, <gamevar2>. See [[setactor]].
Sets the value of the actor-in-question's <gamevar1> to the gamevar, <gamevar2>. <gamevar1> must be defined as a per-actor-variable for this to work. See [[setactor]].


[[Category:EDuke commands]]
[[Category:EDuke commands]]
[[Category:Gamevar manipulation]]
[[Category:Gamevar manipulation]]

Revision as of 18:22, 2 October 2006

setactorvar[<sprite id>].<gamevar1> <gamevar2>

Sets the value of the actor-in-question's <gamevar1> to the gamevar, <gamevar2>. <gamevar1> must be defined as a per-actor-variable for this to work. See setactor.