AIDef:Action/EventIncreasePorchItemAction

From ZeldaMods (Breath of the Wild)
Revision as of 11:09, 2 December 2018 by imported>Leoetlino
Jump to navigation Jump to search
EventIncreasePorchItemAction
AI definition
Type Action

Adds an item to the inventory. The IsGet_ flag is automatically set. Warning: If the inventory is full, the item is silently dropped.

DynamicInstParams

Name Type Default value Description
PorchItemName String Item to add to the inventory
Value Int Number of {PorchItemName} to add (positive to increase, negative to decrease)


Derived definitions

Demo_IncreasePorchItem (EventSystemActor)

No overridden parameters.