EVENT MOVESECTOR: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Jaap (talk | contribs)
Created page with "EVENT_MOVESECTOR is a Game Event. This event is triggered when a sector is moved. THISACTOR is the sector number of the sector that is moving."
 
clarify what "move" means in this context
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:


This [[event]] is triggered when a sector is moved.
This [[event]] is triggered when a sector is moved.
This applies to motion on the X and Y axes, like doors,
but not motion along Z, like elevators.


THISACTOR is the sector number of the sector that is moving.
[[THISACTOR]] is the actor that is moving the sector.

Revision as of 14:17, 7 August 2020

EVENT_MOVESECTOR is a Game Event.

This event is triggered when a sector is moved. This applies to motion on the X and Y axes, like doors, but not motion along Z, like elevators.

THISACTOR is the actor that is moving the sector.