- Joined
- May 27, 2020
- Messages
- 22
Here are my triggers. I want to show a dialog when I buy the item but it's not working and idk what I'm doing wrong...
-
CraftBuy
-
Events
-
Unit - A unit Acquires an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Craft an Item
-
-
Actions
-
Item - Remove (Item being manipulated)
-
Set Craft_Int = (Custom value of (Hero manipulating item))
-
Dialog - Clear Craft_Dialog[Craft_Int]
-
Dialog - Change the title of Craft_Dialog[Craft_Int] to Select an item to C...
-
Dialog - Create a dialog button for Craft_Dialog[Craft_Int] labelled Lunar Spear
-
Set Craft_LunarSpr[Craft_Int] = (Last created dialog Button)
-
Dialog - Create a dialog button for Craft_Dialog[Craft_Int] labelled Deceitful Shaft
-
Set Craft_DeceitfulShaft[Craft_Int] = (Last created dialog Button)
-
Dialog - Create a dialog button for Craft_Dialog[Craft_Int] labelled Moon Blade
-
Set Craft_MoonBlade[Craft_Int] = (Last created dialog Button)
-
Dialog - Show Craft_Dialog[Craft_Int] for (Owner of (Hero manipulating item))
-
-