A robotic NPC who quests the player to show him a specific enemy. An instance of BringEnemy has to be linked to it. See BringEnemy to see what enemies are supported and how it's set up. After showing him the requested enemy, he will spawn a Power Star.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Boolean | SMG2 | False | Power Star Type: Enables it to spawn a Power Star if set to 0. |
|
Obj_arg3 | Integer | SMG2 | False | Color Frame: The color frame to be used. Default is 0. |
|
Obj_arg4 | Integer | SMG2 | False | Talk Animation: The talk animation to use. Default is 0. |
|
Name | Games | Required? | Description |
---|---|---|---|
SW_APPEAR | SMG2 | False | Appears when this switch is activated. |
SW_A | SMG2 | False | Activated or deactivated depending on the used event flow node. |
SW_B | SMG2 | False | Activated or deactivated depending on the used event flow node. |
SW_AWAKE | SMG2 | False | Enables rendering and resumes updates when this switch is active. |
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Message | SMG2 | False | The text dialogue's label format is CareTakerHunter%03d, where %03d is the text message ID. | |
EventFunc | SMG2 | False | Object-specific behavior for EventFunc event flow nodes. |
|
BranchFunc | SMG2 | False | Object-specific behavior for BranchFunc branch flow nodes. |
|
Name | Games | Required? | Description | Values |
---|---|---|---|---|
Rail | SMG2 | False | The optional path that it can move on. | |
AppearPowerStar | SMG2 | False | Spawned after showing the requested enemy. | |
Camera | SMG2 | False | Uses multiple cameras for different actions. 敵集め開始 is used when he requests the player to show him the enemy, 敵集め終了 is used when he holds the enemy above his head, 敵集めスター登場 is used before he spawns the Power Star. The game also registers a camera action under the name スター登場 but this is never used. | |
MarioFaceShipNpcRegister | SMG2 | False | Can be registered to a Starship Mario object appearance event. |
Name | Games | Description |
---|---|---|
YoshiTargetable | SMG2 | Can be targeted by Yoshi. |