Give Minigame Item Action
Jump to navigation
Jump to search
An action to give a player an item in a minigame (To give a board player an item, use the Give Item Action).
This action takes a reference to a Prefab Asset. The prefab must have an Item Component on the root gameobject. This means when editing the prefab, the single, top-most gameobject in the hierarchy must contain an Item component. If it doesn't have this, then you will be unable to set the prefab as the item in this action.
The target must be set to a player, otherwise, the action does nothing. If you want to spawn an item on the ground, use a Spawn Prefab Action instead.
This action is only available in Minigame Mods.