If the player stays inside this area and fulfills the specified conditions (Obj_arg0), it will activate its SW_A switch. If the player leaves the area again or the condition is not met anymore, the switch will be deactivated again. If Obj_arg0 is set to 1, it will check if the player is "in rush". This refers to the state where the player is bound to another object, for example Fluzzard, Rock Mushroom's rolling rock, the Star Ball and more.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | SMG2 | False | Condition: The required power-up state condition to activate the switch. |
|
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | SMG2 | False | The object will appear when this switch is activated. |
SW_A | SMG2 | False | Gets activated or deactivated whether the specified condition is fulfilled or not. |
SW_AWAKE | SMG2 | False | The object will become visible and resume movement when this switch is activated. |
Name | Games | Required? | Description |
---|---|---|---|
BaseMtxFollower | SMG2 | False | Objects of this class can follow another BaseMtxFollowTarget object. |