- Joined
- Apr 23, 2010
- Messages
- 312
Everything but the game messages work, even though they should since they're not in an ITE. Can someone please explain to me why it won't display the game message?
-
Vote Finished
-

Events
-


Time - TempTimer expires
-
-

Conditions
-

Actions
-


Countdown Timer - Destroy Timer_Window
-


-------- ------------------------------------------ EXPERIENCE RATE ------------------------------------------ --------
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




And - All (Conditions) are true
-





Conditions
-






V_XP_Count[1] Greater than or equal to V_XP_Count[2]
-






V_XP_Count[1] Greater than or equal to V_XP_Count[3]
-
-
-
-



Then - Actions
-




Set TempReal = 1.00
-
-



Else - Actions
-




If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-





If - Conditions
-






And - All (Conditions) are true
-







Conditions
-








V_XP_Count[2] Greater than or equal to V_XP_Count[1]
-








V_XP_Count[2] Greater than or equal to V_XP_Count[3]
-
-
-
-





Then - Actions
-






Set TempReal = 5.00
-
-





Else - Actions
-






If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-







If - Conditions
-








And - All (Conditions) are true
-









Conditions
-










V_XP_Count[3] Greater than or equal to V_XP_Count[1]
-










V_XP_Count[3] Greater than or equal to V_XP_Count[2]
-
-
-
-







Then - Actions
-








Set TempReal = 9.00
-
-







Else - Actions
-
-
-
-
-
-


-------- ------------------------------------------ TROOP COUNT ------------------------------------------ --------
-


If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-



If - Conditions
-




And - All (Conditions) are true
-





Conditions
-






V_TC_Count[1] Greater than or equal to V_TC_Count[2]
-






V_TC_Count[1] Greater than or equal to V_TC_Count[3]
-






V_TC_Count[1] Greater than or equal to V_TC_Count[4]
-
-
-
-



Then - Actions
-




Set TempInteger = 1000
-
-



Else - Actions
-




If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-





If - Conditions
-






And - All (Conditions) are true
-







Conditions
-








V_TC_Count[2] Greater than or equal to V_TC_Count[1]
-








V_TC_Count[2] Greater than or equal to V_TC_Count[3]
-








V_TC_Count[2] Greater than or equal to V_TC_Count[4]
-
-
-
-





Then - Actions
-






Set TempInteger = 2000
-
-





Else - Actions
-






If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-







If - Conditions
-








And - All (Conditions) are true
-









Conditions
-










V_TC_Count[3] Greater than or equal to V_TC_Count[1]
-










V_TC_Count[3] Greater than or equal to V_TC_Count[2]
-










V_TC_Count[3] Greater than or equal to V_TC_Count[4]
-
-
-
-







Then - Actions
-








Set TempInteger = 3000
-
-







Else - Actions
-








If (All Conditions are True) then do (Then Actions) else do (Else Actions)
-









If - Conditions
-










And - All (Conditions) are true
-











Conditions
-












V_TC_Count[4] Greater than or equal to V_TC_Count[1]
-












V_TC_Count[4] Greater than or equal to V_TC_Count[2]
-












V_TC_Count[4] Greater than or equal to V_TC_Count[3]
-
-
-
-









Then - Actions
-










Set TempInteger = 6000
-
-









Else - Actions
-
-
-
-
-
-
-
-


Set Troops_Alliance = TempInteger
-


Set Troops_Horde = TempInteger
-


Multiboard - Set the text for (Last created multiboard) item in column 2, row (MultiBoard_Players + 3) to (String(Troops_Alliance))
-


Multiboard - Set the text for (Last created multiboard) item in column 2, row (MultiBoard_Players + 4) to (String(Troops_Horde))
-


Set TempPlayerGroup = (All players matching (((Picked player) slot status) Equal to Is playing))
-


Player Group - Pick every player in TempPlayerGroup and do (Actions)
-



Loop - Actions
-




Hero - Make (Picked player) Heroes gain TempReal% experience from future kills
-
-
-


Custom script: call DestroyForce(udg_TempPlayerGroup)
-


Set TempInteger2 = (Integer(TempReal))
-


Game - Display to (All players) for 20.00 seconds the text: |c00FF0303Voted Set...
-


Game - Display to (All players) for 20.00 seconds the text: |c00FFFC01---------...
-


Game - Display to (All players) for 20.00 seconds the text: (|c00FEBA0EXP Rate: |r + (String(TempInteger2)))
-


Game - Display to (All players) for 20.00 seconds the text: (|c00FEBA0ETroop Count: |r + (String(TempInteger)))
-
-




