Hey can someone help me make my item cost food ?
This one doesn't work i need the item to take up one food space, and ask if there is enough food.
This one doesn't work i need the item to take up one food space, and ask if there is enough food.
-
Spell Being Bought For Food
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Frost Nova
-
-
Actions
-
Set PlayerBuyForFood = (Owner of (Item being manipulated))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
PlayerBuyForFood Equal to (Owner of (Item being manipulated))
-
-
Then - Actions
-
Player - Add 1 to (Owner of (Triggering unit)) Food used
-
Trigger - Turn off (This trigger)
-
-
Else - Actions
-
-
-