Switch (Metroid Prime)

From Retro Modding Wiki
Revision as of 13:35, 7 October 2021 by Encounter (talk | contribs) (Encounter moved page Switch to Switch (Metroid Prime) without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Switch is a script object that can be in one of two states: Open or Closed.

  • Send an "Open" message to set its state to Open
  • Send a "Close" message to set its state to Closed
  • Send a "SetToZero" message to activate the switch.
  • When activated, the switch will send messages using the "Closed" state if it's closed, or the "Open" state if it's open.