Give Item Action: Difference between revisions

From Pummel Party Mod Documentation
Jump to navigation Jump to search
mNo edit summary
(Updated image and text)
 
Line 1: Line 1:
[[File:GiveItemAction.png|thumb|right|600px|The Give Item action in the [[Action Editor]]. This example will give either the Shotgun, Bee Hive, Magnet or Eggplant, chosen randomly each time the action runs.]]
[[File:GiveItemAction.png|thumb|right|600px|The Give Item action in the [[Action Editor]]. This example will give either the Shotgun, Bee Hive, Magnet or Eggplant, chosen randomly each time the action runs.]]
An action to provide a player with a board item.
An action to provide a player with a board item.  


This action should be used with [[Board Space Event Component]]s in [[Board Mod]]s. When a player lands on a custom board space with this action, they will be given the item selected in this action.  
When a player lands on a custom board space with this action, they will be given one of the items selected in this action.
If the ''This Board Space'' target is selected, all players on the current board space will receive an item.
Multiple board spaces can be targeted by using the ''Advanced'' '''Targets''' option.


If multiple items are selected on the Action, one will be chosen randomly.  
If multiple items are selected on the Action, one will be chosen randomly.  


The player is only given a single item; to give more than one item, use multiple actions.
The player is only ever given a single item; to give more than one item, use multiple actions.


This action should be used with [[Board Space Event Component]]s in [[Board Mod]]s.
[[Category:Actions]]
[[Category:Actions]]

Latest revision as of 03:54, 15 February 2023

The Give Item action in the Action Editor. This example will give either the Shotgun, Bee Hive, Magnet or Eggplant, chosen randomly each time the action runs.

An action to provide a player with a board item.

When a player lands on a custom board space with this action, they will be given one of the items selected in this action. If the This Board Space target is selected, all players on the current board space will receive an item. Multiple board spaces can be targeted by using the Advanced Targets option.

If multiple items are selected on the Action, one will be chosen randomly.

The player is only ever given a single item; to give more than one item, use multiple actions.

This action should be used with Board Space Event Components in Board Mods.