Ifpdistl: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
One (talk | contribs)
No edit summary
ifpdistl: document side effect
 
Line 2: Line 2:


Checks if the [[actor]]'s distance to the player is less than <number>. Also see [[ifpdistg]].
Checks if the [[actor]]'s distance to the player is less than <number>. Also see [[ifpdistg]].
Side effect: if [[actor]] is farther away from the player than MAXSLEEPDIST (16384), set [[actor]] to "sleeping".


[[Category:Duke3D 1.3/1.5 commands]]
[[Category:Duke3D 1.3/1.5 commands]]
[[Category:If conditions]]
[[Category:If conditions]]

Latest revision as of 09:04, 4 December 2011

ifpdistl <number>

Checks if the actor's distance to the player is less than <number>. Also see ifpdistg.

Side effect: if actor is farther away from the player than MAXSLEEPDIST (16384), set actor to "sleeping".