in some of the games, such as Real Life for Morons, when you level up, a blue box appears and u can choose to add strength, intelligence or agility. How do u make the blue box?
I haven't played RL for Morons, but I'm guessing that it's a dialog box. This isn't exact, as my WE isn't open.
Events Unit - A unit gains a level
Conditions Leveling hero equal to (your hero)
Actions Create a dialog box named LevelBox Set LevelBox to Last created Dialog Box Create a dialog button for Last created dialog named Strength Set StrengthLevel to Last created dialog button Create a dialog button for Last created dialog named Agility Set AgilityLevel to Last created dialog button Create a dilaog button for Last created dialog named Intelligence Set IntLevel to Last created dialog button
And the next trigger is:
Events A dialog button is clicked
Conditions Clicked dialog equal to StrengthLevel
Actions Modify Strength of (your hero): Add (amount of strength to add)