- Joined
- Jun 2, 2009
- Messages
- 1,233
Hello everyone. I have my own Trolls & Elves version and after the voting, players cannot get Troll or Elves.
Here is the triggers
Here is the triggers
-
DiyalogYapma
-
Events
-
Conditions
-
Actions
-
Dialog - Clear Diyalog1
-
Dialog - Change the title of Diyalog1 to Troll olmak ister m...
-
Dialog - Create a dialog button for Diyalog1 labelled Evet
-
Set DiyalogBoku[1] = (Last created dialog Button)
-
Dialog - Create a dialog button for Diyalog1 labelled Hayir
-
Set DiyalogBoku[2] = (Last created dialog Button)
-
Player Group - Pick every player in (All players controlled by a User player) and do (Actions)
-
Loop - Actions
-
Dialog - Show Diyalog1 for (Picked player)
-
-
-
-
-
SecimAsamasi
-
Events
-
Dialog - A dialog button is clicked for Diyalog1
-
Dialog - A dialog button is clicked for Diyalog2
-
-
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
-
Player Group - Add (Triggering player) to TrollPlease
-
Game - Display to (All players) the text: (Troll isteyenler; + (Name of (Triggering player)))
-
-
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
-
Player Group - Add (Triggering player) to ElfPlease
-
Game - Display to (All players) the text: (Elf isteyenler; + (Name of (Triggering player)))
-
-
Else - Actions
-
-
Wait 5.00 seconds
-
Trigger - Run SecimAsamasiDevam <gen> (checking conditions)
-
-
-
SecimAsamasiDevam
-
Events
-
Conditions
-
Actions
-
Player Group - Pick every player in TrollPlease and do (Actions)
-
Loop - Actions
-
Set TrollSelectedPLAYER = (Random player from TrollPlease)
-
Game - Display to (All players) for 2.00 seconds the text: (Name of TrollSelectedPLAYER)
-
Player Group - Remove TrollSelectedPLAYER from TrollPlease
-
Player Group - Remove TrollSelectedPLAYER from ElfPlease
-
Player Group - Pick every player in TrollPlease and do (Actions)
-
Loop - Actions
-
Player Group - Add (Picked player) to ElfPlease
-
-
-
Player Group - Remove all players from TrollPlease
-
Game - Display to (All players) for 10.00 seconds the text: Troll 31 saniye son...
-
Countdown Timer - Start TrollSayacTimer as a One-shot timer that will expire in 5.00 seconds
-
Countdown Timer - Create a timer window for TrollSayacTimer with title Troll 31 saniye son...
-
Set TrollSayac = (Last created timer window)
-
-
-
Player Group - Pick every player in ElfPlease and do (Actions)
-
Loop - Actions
-
Unit - Create 1 Elf for (Picked player) at BaslangicYeri facing Default building facing degrees
-
Camera - Pan camera for (Picked player) to (Position of (Last created unit)) over 0.00 seconds
-
Selection - Add (Last created unit) to selection for (Picked player)
-
-
-
-
Last edited: