- Joined
- Oct 27, 2008
- Messages
- 1,176
Whats wrong with these?
-
First Question
-
Events
-
Time - Elapsed game time is 0.01 seconds
-
-
Conditions
-
Actions
-
Dialog - Change the title of Hero[1] to Are you
-
Dialog - Create a dialog button for Hero[1] labelled Male
-
Set Gender[1] = (Last created dialog Button)
-
Dialog - Create a dialog button for Hero[1] labelled Female
-
Set Gender[2] = (Last created dialog Button)
-
Dialog - Show Hero[1] for Player 1 (Red)
-
Dialog - Show Hero[1] for Player 2 (Blue)
-
Dialog - Show Hero[1] for Player 3 (Teal)
-
Dialog - Show Hero[1] for Player 4 (Purple)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to Gender[1]
-
-
Then - Actions
-
Set Question1[(Player number of (Triggering player))] = 1
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to Gender[2]
-
-
Then - Actions
-
Set Question1[(Player number of (Triggering player))] = 2
-
-
Else - Actions
-
-
-
-
-
-
Second Question
-
Events
-
Dialog - A dialog button is clicked for Hero[1]
-
-
Conditions
-
Actions
-
Dialog - Change the title of Hero[2] to Do you like?
-
Dialog - Create a dialog button for Hero[2] labelled Strenght
-
Set Hero_Str = (Last created dialog Button)
-
Dialog - Create a dialog button for Hero[2] labelled Speed
-
Set Hero_Agl = (Last created dialog Button)
-
Dialog - Create a dialog button for Hero[2] labelled Intelligence
-
Set Hero_Int = (Last created dialog Button)
-
Dialog - Show Hero[2] for Player 1 (Red)
-
Dialog - Show Hero[2] for Player 2 (Blue)
-
Dialog - Show Hero[2] for Player 3 (Teal)
-
Dialog - Show Hero[2] for Player 4 (Purple)
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to Hero_Str
-
-
Then - Actions
-
Set Question2[(Player number of (Triggering player))] = 1
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to Hero_Agl
-
-
Then - Actions
-
Set Question2[(Player number of (Triggering player))] = 2
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
(Clicked dialog button) Equal to Hero_Int
-
-
Then - Actions
-
Set Question2[(Player number of (Triggering player))] = 3
-
-
Else - Actions
-
-
-
-
-
-
-
-
answered
-
Events
-
Dialog - A dialog button is clicked for Hero[2]
-
-
Conditions
-
Actions
-
-------- STR --------
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Question1[(Player number of (Triggering player))] Equal to 1
-
Question2[(Player number of (Triggering player))] Equal to 1
-
-
Then - Actions
-
Unit - Create 1 Warrior for (Triggering player) at (Center of Region 000 <gen>) facing Default building facing degrees
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Question1[(Player number of (Triggering player))] Equal to 2
-
Question2[(Player number of (Triggering player))] Equal to 1
-
-
Then - Actions
-
Unit - Create 1 Warrior Female for (Triggering player) at (Center of Region 000 <gen>) facing Default building facing degrees
-
-
Else - Actions
-
-
-
-
-------- AGL --------
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Question1[(Player number of (Triggering player))] Equal to 1
-
Question2[(Player number of (Triggering player))] Equal to 2
-
-
Then - Actions
-
Unit - Create 1 Bandit for (Triggering player) at (Center of Region 000 <gen>) facing Default building facing degrees
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Question1[(Player number of (Triggering player))] Equal to 2
-
Question2[(Player number of (Triggering player))] Equal to 2
-
-
Then - Actions
-
Unit - Create 1 Bandit Female for (Triggering player) at (Center of Region 000 <gen>) facing Default building facing degrees
-
-
Else - Actions
-
-
-
-
-------- INT --------
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Question1[(Player number of (Triggering player))] Equal to 1
-
Question2[(Player number of (Triggering player))] Equal to 3
-
-
Then - Actions
-
Unit - Create 1 Caster for (Triggering player) at (Center of Region 000 <gen>) facing Default building facing degrees
-
-
Else - Actions
-
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-
If - Conditions
-
Question1[(Player number of (Triggering player))] Equal to 2
-
Question2[(Player number of (Triggering player))] Equal to 3
-
-
Then - Actions
-
Unit - Create 1 Caster Female for (Triggering player) at (Center of Region 000 <gen>) facing Default building facing degrees
-
-
Else - Actions
-
-
-
-
Trigger - Run Camera <gen> (checking conditions)
-
-