An area that will warp the player to a specific point when entered in special "picture book" stages.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | SMG2 | False | Warp ID: The ID of the warp point that the player should be warped to. Default is -1. | |
Obj_arg1 | Integer | SMG2 | False | Player Animation: The player's animation used after arriving at the destination. Default is -1. |
|
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | SMG2 | False | Appears when this switch is activated. |
SW_AWAKE | SMG2 | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
NamePos | SMG2 | True | The point that the player gets warped to. The name has the format 絵本移動ポイント%03d where %03d is Obj_arg0's value. | |
BaseMtxFollower | SMG2 | False | Can follow another BaseMtxFollowTarget object. |