A variant of the iconic mushroom NPC that delivers special letters, such as those that open up a new mission. The letters and their appearance conditions are defined in the game's code. Initially, it will be hidden, until the player has collected 13 Power Stars. Additional Kinopio instances can be linked to it using GeneratorId. Due to its complexity, its individual message flow functions are explained on the Luma's Workshop wiki.
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | SMG2 | False | Very buggy so it shouldn't be used. The object will appear when this switch is activated, but it will always have appeared even if the switch is deactivated. Deactivating the switch again will fix this, though. |
SW_DEAD | SMG2 | False | Gets activated when it dies. |
SW_A | SMG2 | True | When activated, the game will check if the player has collected at least 13 Power Stars. If true, Mailtoad will appear. |
SW_B | SMG2 | False | Activated or deactivated depending on the used event flow node. |
SW_AWAKE | SMG2 | False | The object will become visible and resume movement when this switch is activated. |
Name | Games | Required? | Description |
---|---|---|---|
Rail | SMG2 | True | The path that it moves on. |
GeneralPos | SMG2 | True | マリオ位置[郵便屋さんイベント] defines the player's position when talked to. |
Message | SMG2 | True | The text message ID to be used. Needs to be specified in the zone's text file. |
DemoCast | SMG2 | False | It will register to several cutscenes used on Starship Mario. Its special cutscene action functor causes it to reappear at its initial position. The cutscenes that it registers to are ファイルセレクトからの開始, 郵便屋さんイベント[タスク], 郵便屋さんイベント[ロゼッタ], グランドスター帰還[2回目以降], パワースター帰還, パワースター帰還[NPC紹介], パワースター帰還[アイテム惑星], パワースター帰還[初回] and でしゃばりルイージ終了. |
MarioFaceShipNpcRegister | SMG2 | False | This object can be registered to a Starship Mario NPC appearance event. |
Name | Games | Description |
---|---|---|
YoshiLockOnTarget | SMG2 | This object can be targeted and licked by Yoshi. |
SearchTurtle | SMG2 | Red Koopa Shells and Gold Shells home in on this object. |