- Joined
- Jul 19, 2010
- Messages
- 99
Okay so I have used dialogue ALOT before and somehow I am having an issue with this trigger. It is a trigger to make hero's gain level attribute (strength, agility, and intelligence) but even though i put CLEAR dialogue it still shows multiple buttons of the same.
-
SelectAttribute
-
Events
-
Dialog - A dialog button is clicked for Levelup
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to StrengthAttribute
-
-
Then - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Triggering player) Equal to Player 1 (Red)
-
-
Then - Actions
-
Hero - Modify Strength of (Load 1 of 5 in PickHerohash): Add 1
-
-
Else - Actions
-
-
-
Else - Actions
-
Dialog - Clear Levelup
-
-
-
-