Yo hello to evry1 again. im kinda stuck here with theese trigers
and other help acepted how to make it shorter or and bether TH infront
-
Stats sistem
-
Events
-
Time - Elapsed game time is 3.00 seconds
-
-
Conditions
-
Actions
-
Dialog - Change the title of STATS to Your got stat point...
-
Dialog - Create a dialog button for STATS labelled Cancel
-
Set STATS_words[1] = (Last created dialog Button)
-
Dialog - Create a dialog button for STATS labelled Strenght
-
Set STATS_words[2] = (Last created dialog Button)
-
Dialog - Create a dialog button for STATS labelled Agility
-
Set STATS_words[3] = (Last created dialog Button)
-
Dialog - Create a dialog button for STATS labelled Inteligence
-
Set STATS_words[4] = (Last created dialog Button)
-
-
-
Stats Run
-
Events
-
Player - Player 1 (Red) types a chat message containing -stats as An exact match
-
-
Conditions
-
(Player 1 (Red) Current lumber) Greater than 0
-
-
Actions
-
Dialog - Show STATS for Player 1 (Red)
-
-
-
Stats adding
-
Events
-
Dialog - A dialog button is clicked for STATS
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to STATS_words[1]
-
-
Then - Actions
-
Dialog - Hide (Clicked dialog) for (Triggering player)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to STATS_words[2]
-
-
Then - Actions
-
Hero - Modify Strength of (Last created unit): Add 1
-
Dialog - Hide (Clicked dialog) for (Triggering player)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to STATS_words[3]
-
-
Then - Actions
-
Hero - Modify Agility of (Last created unit): Add 1
-
Dialog - Hide (Clicked dialog) for (Triggering player)
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to STATS_words[4]
-
-
Then - Actions
-
Hero - Modify Agility of (Last created unit): Add 1
-
Dialog - Hide (Clicked dialog) for (Triggering player)
-
-
Else - Actions
-
-
-
-
-
-
-
-
-
and other help acepted how to make it shorter or and bether TH infront