Ifspawnedby: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
BlasterDRP (talk | contribs)
mNo edit summary
 
BlasterDRP (talk | contribs)
mNo edit summary
Line 1: Line 1:
ifspawnedby <actor> { do something } else { do something else }
ifspawnedby <actor> { do something } else { do something else }


If condition returning true if the current [[actor]] was spawned by <actor>.
[[If condition]] returning true if the current [[actor]] was spawned by <actor>.

Revision as of 07:52, 24 December 2004

ifspawnedby <actor> { do something } else { do something else }

If condition returning true if the current actor was spawned by <actor>.