Espawn: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
One (talk | contribs)
No edit summary
Line 1: Line 1:
espawn <tilenum>
'''espawn''' <tilenum>


[[spawn|Spawns]] the [[actor]] <tilenum>. <tilenum> can also be a [[define|defined]] value. The [[gamevar]] RETURN is set to [[actor]]'s [[sprite id]]. Also see [[spawn]], [[qspawn]], and [[eqspawn]].
[[spawn|Spawns]] the [[actor]] <tilenum>. <tilenum> can also be a [[define|defined]] value. The [[gamevar]] RETURN is set to [[actor]]'s [[sprite id]]. Also see [[spawn]], [[qspawn]], and [[eqspawn]].

Revision as of 12:16, 4 May 2009

espawn <tilenum>

Spawns the actor <tilenum>. <tilenum> can also be a defined value. The gamevar RETURN is set to actor's sprite id. Also see spawn, qspawn, and eqspawn.