- Joined
- Jun 2, 2009
- Messages
- 1,233
-
1
-
Events
-
Unit - A unit Uses an item
-
-
Conditions
-
(Item-type of (Item being manipulated)) Equal to Yetenek seçimi
-
-
Actions
-
Dialog - Clear DiyalogOrman
-
Dialog - Change the title of DiyalogOrman to Kalici yetenegini s...
-
Dialog - Create a dialog button for DiyalogOrman labelled |cffffff00Sprint:|r
-
Set DiyalogBoku[1] = (Last created dialog Button)
-
Dialog - Create a dialog button for DiyalogOrman labelled |cffff0000Slow:|r
-
Set DiyalogBoku[2] = (Last created dialog Button)
-
Dialog - Show DiyalogOrman for (Owner of (Triggering unit))
-
-
-
2
-
Events
-
Dialog - A dialog button is clicked for DiyalogOrman
-
Dialog - A dialog button is clicked for DiyalogOrman2
-
-
Conditions
-
Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to DiyalogBoku[1]
-
-
Then - Actions
-
Set DestekSecti[(Player number of (Triggering player))] = True
-
-
Else - Actions
-
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to DiyalogBoku[2]
-
-
Then - Actions
-
Set DestekSecti[(Player number of (Triggering player))] = True
-
-
Else - Actions
-
-
-
How can i make it multiplayer usable or whatever it is?
And i belive there are few unused/useless things available in my trigger. You can remove them if you want.