Adds an item to the shop. Info about the shop can be found here.
void menuItem(ref float variable, obj picture, const string NAME, const float MAX_ITEMS, const float PRICE_INCREASE)
Modifiers: ref
Type: float
Which variable to store the value of times bought in, should have saved modifier.
Type: obj
Which object to display for the item.
Modifiers: const
Type: string
Name of the item.
Modifiers: const
Type: float
Maximum number of times the item can be bought, can be 2-100 or one of MAX_ITEMS.
Modifiers: const
Type: float
Specifies what the initial price is and how it increases, one of PRICE_INCREASE.