- Joined
- May 15, 2018
- Messages
- 4
hi all, i want to use this trigger for selection of race with the pop up window but i dont want to allow to computer to choose the race (computer choose only naga if i set human for computer and i dont want to) how can i do for pop up dialog title to players but NOT to computer?? ç_ç help please. something is wrong in the trigger.
-
Dialog Race Selector
-
Eventi
-
Tempo - Elapsed game time is 0.10 seconds
-
-
Condizioni
-
Azioni
-
Dialoghi - Clear DialogTitle
-
Dialoghi - Change the title of DialogTitle to Scegli la tua razza
-
Dialoghi - Create a dialog button for DialogTitle labelled Umani
-
Set Dialog_Button1 = (Last created dialog Button)
-
Dialoghi - Create a dialog button for DialogTitle labelled Orchi
-
Set Dialog_Button2 = (Last created dialog Button)
-
Dialoghi - Create a dialog button for DialogTitle labelled Elfi della Notte
-
Set Dialog_Button3 = (Last created dialog Button)
-
Dialoghi - Create a dialog button for DialogTitle labelled Non-Morti
-
Set Dialog_Button4 = (Last created dialog Button)
-
Dialoghi - Create a dialog button for DialogTitle labelled Naga
-
Set Dialog_Button5 = (Last created dialog Button)
-
For each (Integer A) from 1 to 8, do (Actions)
-
Giro - Azioni
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Se - Condizioni
-
((Player((Integer A))) controller) Uguale a Utente
-
-
Allora - Azioni
-
Dialoghi - Mostra DialogTitle for (Player((Integer A)))
-
-
Altrimenti - Azioni
-
-
-
-
Trigger - Turn on Replace Race <gen>
-
-
-
Replace Race
-
Eventi
-
Dialoghi - A dialog button is clicked for DialogTitle
-
-
Condizioni
-
Azioni
-
Set Temp_Integer_1 = (Player number of (Triggering player))
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Se - Condizioni
-
(Clicked dialog button) Uguale a Dialog_Button1
-
-
Allora - Azioni
-
Gruppo di unità - Pick every unit in (Units of type Bracciante) and do (Actions)
-
Giro - Azioni
-
Unità - Replace (Picked unit) with a Bracciante using Relative della vecchia unità life and mana
-
-
-
Gruppo di unità - Pick every unit in (Units of type Municipio) and do (Actions)
-
Giro - Azioni
-
Unità - Replace (Picked unit) with a Municipio using Relative della vecchia unità life and mana
-
-
-
-------- cambia razza agli UMANI --------
-
-
Altrimenti - Azioni
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Se - Condizioni
-
(Clicked dialog button) Uguale a Dialog_Button2
-
-
Allora - Azioni
-
Gruppo di unità - Pick every unit in (Units of type Municipio) and do (Actions)
-
Giro - Azioni
-
Unità - Replace (Picked unit) with a Sala del Consiglio using Relative della vecchia unità life and mana
-
-
-
Gruppo di unità - Pick every unit in (Units of type Bracciante) and do (Actions)
-
Giro - Azioni
-
Unità - Replace (Picked unit) with a Peone using Relative della vecchia unità life and mana
-
-
-
-------- cambia razza agli ORCHI --------
-
-
Altrimenti - Azioni
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Se - Condizioni
-
(Clicked dialog button) Uguale a Dialog_Button3
-
-
Allora - Azioni
-
Gruppo di unità - Pick every unit in (Units of type Bracciante) and do (Actions)
-
Giro - Azioni
-
Unità - Replace (Picked unit) with a Fuoco Fatuo using Relative della vecchia unità life and mana
-
-
-
Gruppo di unità - Pick every unit in (Units of type Municipio) and do (Actions)
-
Giro - Azioni
-
Unità - Replace (Picked unit) with a Albero della Vita using Relative della vecchia unità life and mana
-
-
-
Gruppo di unità - Pick every unit in (Units within 500.00 of ((Triggering player) start location)) and do (Actions)
-
Giro - Azioni
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Se - Condizioni
-
(Unit-type of (Picked unit)) Uguale a Miniera d'oro
-
-
Allora - Azioni
-
Unità - Replace (Picked unit) with a Miniera d'Oro Intrappolata using Relative della vecchia unità life and mana
-
Unità - Change ownership of (Last replaced unit) to (Triggering player) and Cambia colore
-
-
Altrimenti - Azioni
-
-
-
-
-------- cambia razza agli ELFI DELLA NOTTE --------
-
-
Altrimenti - Azioni
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Se - Condizioni
-
(Clicked dialog button) Uguale a Dialog_Button4
-
-
Allora - Azioni
-
Gruppo di unità - Pick every unit in (Units of type Bracciante) and do (Actions)
-
Giro - Azioni
-
Unità - Remove (Picked unit) from the game
-
-
-
Gruppo di unità - Pick every unit in (Units of type Municipio) and do (Actions)
-
Giro - Azioni
-
Unità - Replace (Picked unit) with a Necropoli using Relative della vecchia unità life and mana
-
-
-
Unità - Create 1 Ghoul for (Triggering player) at ((Triggering player) start location) facing Orientamento predefinito degli edifici degrees
-
Unità - Create 3 Accolito for (Triggering player) at ((Triggering player) start location) facing Orientamento predefinito degli edifici degrees
-
Gruppo di unità - Pick every unit in (Units within 500.00 of ((Triggering player) start location)) and do (Actions)
-
Giro - Azioni
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Se - Condizioni
-
(Unit-type of (Picked unit)) Uguale a Miniera d'oro
-
-
Allora - Azioni
-
Unità - Replace (Picked unit) with a Miniera d'Oro Maledetta using Relative della vecchia unità life and mana
-
Unità - Change ownership of (Last replaced unit) to (Triggering player) and Cambia colore
-
-
Altrimenti - Azioni
-
-
-
-
-------- cambia razza agli NON-MORTI --------
-
-
Altrimenti - Azioni
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
Se - Condizioni
-
(Clicked dialog button) Uguale a Dialog_Button5
-
-
Allora - Azioni
-
Gruppo di unità - Pick every unit in (Units of type Municipio) and do (Actions)
-
Giro - Azioni
-
Unità - Replace (Picked unit) with a Tempio delle Maree using Relative della vecchia unità life and mana
-
-
-
Gruppo di unità - Pick every unit in (Units of type Bracciante) and do (Actions)
-
Giro - Azioni
-
Unità - Replace (Picked unit) with a Schiavo Mur'gul using Relative della vecchia unità life and mana
-
-
-
-------- cambia razza agli NAGA --------
-
-
Altrimenti - Azioni
-
-
-
-
-
-
-
-
-
-
Dialoghi - Nascondi DialogTitle for (Player(Temp_Integer_1))
-
-