Operateactivators: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
Corrections
Line 1: Line 1:
operateactivators <lotag> <sprite id>
operateactivators <lotag> <player id>


Placed inside an actor code, it allows an actor to trigger activators and activatorlocked sprites. The actor does not need to be near the activator at hand, as long as it identifies the lotag specified in the map and uses the correct sprite id.
Placed inside an actor code, it allows an actor to trigger activators and activatorlocked sprites. The actor does not need to be near the activator at hand, as long as it identifies the lotag specified in the map.  The player id specified determines which player receives the "LOCKED" and "UNLOCKED" messages (quotes 4 and 8, respectively).  A value greater than the current [[MULTIMODE]] will cause the messages not to be sent to any player.


[[Category:EDuke32 specific commands]]
[[Category:EDuke32 specific commands]]
[[Category:Sector manipulation]]
[[Category:Sector manipulation]]

Revision as of 02:42, 14 June 2008

operateactivators <lotag> <player id>

Placed inside an actor code, it allows an actor to trigger activators and activatorlocked sprites. The actor does not need to be near the activator at hand, as long as it identifies the lotag specified in the map. The player id specified determines which player receives the "LOCKED" and "UNLOCKED" messages (quotes 4 and 8, respectively). A value greater than the current MULTIMODE will cause the messages not to be sent to any player.