Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Triggers
Undead Rave.w3x
Variables
Rave Hax
Init
Trippyness
Crazy Dance
Dance Dance Retardation
Do the Walk
Death Dance
Quest
Dance Commands
Dance X
Dance 1
Dance 2
Dance 3
Cameras
Crazy Cam
Seizure Cam
Cam 1
Cam 2
Cam 3
Cam 4
Cam 5
Cam 6
Cam 7
Cam 8
Cam 9
Cam 10
Cam 11
Crazy
Seizure
Glow Sticks
Purple
Blue
Green
Red
Sparkle
Extasy
Ex Events
Ex Trigger
Music
Lazer Hax
Moscou
Enter map-specific custom script code below. This text will be included in the map script after variables are declared and before any trigger code.
Name
Type
is_array
initial_value
Camera
camerasetup
Yes
CrazyDance
integer
No
1
Glow
abilcode
Yes
Init
Events
Map initialization
Conditions
Actions
Quest - Flash the quest dialog button
Game - Display to (All players) the text: Welcome to the Undead Rave, look at the quest log for rave commands! When done raving just exit the game!
Game - Disable drag-selection functionality ( Disable drag-selection box)
Game - Disable pre-selection functionality ( Disable pre-selection circles, life bars, and object info)
Game - Disable selection and deselection functionality ( Disable selection circles)
Sound - Stop music Immediately
Sound - Play Rave_Tune <gen>
Visibility - Disable fog of war
Visibility - Disable black mask
Game - Turn the day/night cycle Off
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
Unit - Add Glow Stix (Purple) to (Picked unit)
Set Variable Set Camera[1] = gg_cam_Camera_001
Set Variable Set Camera[2] = gg_cam_Camera_002
Set Variable Set Camera[3] = gg_cam_Camera_003
Set Variable Set Camera[4] = gg_cam_Camera_004
Set Variable Set Camera[5] = gg_cam_Camera_005
Set Variable Set Camera[6] = gg_cam_Camera_006
Set Variable Set Camera[7] = gg_cam_CL
Set Variable Set Camera[8] = gg_cam_L_and_DL
Set Variable Set Camera[9] = gg_cam_DL_and_DK
Set Variable Set Camera[10] = gg_cam_Camera_010
Set Variable Set Camera[11] = gg_cam_DL_and_DR
Set Variable Set Glow[1] = "Asph"
Set Variable Set Glow[2] = "A000"
Set Variable Set Glow[3] = "A002"
Set Variable Set Glow[4] = "A003"
Set Variable Set Glow[5] = "A001"
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[(Random integer number between 1 and 6)] for (Picked player) over 0 seconds
Trippyness
Events
Time - Every 2 seconds of game time
Conditions
Actions
Environment - Set fog to style Linear , z-start 1000 , z-end 8000 , density 0 and color ( (Random real number between 50.00 and 255.00) %, (Random real number between 50.00 and 255.00) %, (Random real number between 50.00 and 255.00) %)
Crazy Dance
Events
Time - Every 0.40 seconds of game time
Conditions
Actions
Set Variable Set CrazyDance = (Random integer number between 1 and 3)
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
If (CrazyDance Equal to 1) then do (Play (Picked unit)'s attack animation) else do (Do nothing)
If (CrazyDance Equal to 2) then do (Play (Picked unit)'s walk animation) else do (Do nothing)
If (CrazyDance Equal to 3) then do (Play (Picked unit)'s death animation) else do (Do nothing)
Dance Dance Retardation
Events
Time - Every 0.30 seconds of game time
Conditions
Actions
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
Animation - Play (Picked unit) 's attack animation
Do the Walk
Events
Time - Every 0.30 seconds of game time
Conditions
Actions
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
Animation - Play (Picked unit) 's walk animation
Death Dance
Events
Time - Every 0.40 seconds of game time
Conditions
Actions
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
Animation - Play (Picked unit) 's death animation
Quest
Events
Map initialization
Conditions
Actions
Quest - Create a Required quest titled Camera Commands with the description -cam1 (up to 11 just type -cam then number right after)-crazy (The default crazy cam)-seizure (GG) , using icon path ReplaceableTextures\CommandButtons\BTNFarSight.blp
Quest - Create a Required quest titled Dance Commands with the description -dance1-dance2-dance3-dancex (default crazy dance) , using icon path ReplaceableTextures\CommandButtons\BTNUnsummonBuilding.blp
Quest - Create a Required quest titled Glow Sticks with the description Will be slight lag when changing glow sticks-purple (default from start)-red-green-blue-sparkle , using icon path ReplaceableTextures\CommandButtons\BTNUnstableConcoction.blp
Quest - Create a Optional quest titled Extasy?! with the description -extasy (wtf bbq) , using icon path ReplaceableTextures\CommandButtons\BTNUnholyFrenzy.blp
Quest - Create a Optional quest titled Tunes with the description -music1 (default)-music2 , using icon path ReplaceableTextures\CommandButtons\BTNBerserkForTrolls.blp
Dance X
Events
Player - Player 1 (Red) types a chat message containing -dancex (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -dancex (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -dancex (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -dancex (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -dancex (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Do_the_Walk <gen>
Trigger - Turn off Death_Dance <gen>
Trigger - Turn off Dance_Dance_Retardation <gen>
Trigger - Turn on Crazy_Dance <gen>
Dance 1
Events
Player - Player 1 (Red) types a chat message containing -dance1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -dance1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -dance1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -dance1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -dance1 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Do_the_Walk <gen>
Trigger - Turn off Death_Dance <gen>
Trigger - Turn off Crazy_Dance <gen>
Trigger - Turn on Dance_Dance_Retardation <gen>
Dance 2
Events
Player - Player 1 (Red) types a chat message containing -dance2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -dance2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -dance2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -dance2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -dance2 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Dance <gen>
Trigger - Turn off Death_Dance <gen>
Trigger - Turn off Dance_Dance_Retardation <gen>
Trigger - Turn on Do_the_Walk <gen>
Dance 3
Events
Player - Player 1 (Red) types a chat message containing -dance3 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -dance3 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -dance3 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -dance3 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -dance3 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Dance <gen>
Trigger - Turn off Do_the_Walk <gen>
Trigger - Turn off Dance_Dance_Retardation <gen>
Trigger - Turn on Death_Dance <gen>
Crazy Cam
Events
Time - Every 2.00 seconds of game time
Conditions
Actions
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[(Random integer number between 1 and 11)] for (Picked player) over 0 seconds
Seizure Cam
Events
Time - Every 0.40 seconds of game time
Conditions
Actions
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[(Random integer number between 1 and 11)] for (Picked player) over 0 seconds
Cam 1
Events
Player - Player 1 (Red) types a chat message containing -cam1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam1 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[1] for (Picked player) over 1.00 seconds
Cam 2
Events
Player - Player 1 (Red) types a chat message containing -cam2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam2 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[2] for (Picked player) over 1.00 seconds
Cam 3
Events
Player - Player 1 (Red) types a chat message containing -cam3 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam3 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam3 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam3 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam3 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[3] for (Picked player) over 1.00 seconds
Cam 4
Events
Player - Player 1 (Red) types a chat message containing -cam4 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam4 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam4 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam4 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam4 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[4] for (Picked player) over 1.00 seconds
Cam 5
Events
Player - Player 1 (Red) types a chat message containing -cam5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam5 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam5 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[5] for (Picked player) over 1.00 seconds
Cam 6
Events
Player - Player 1 (Red) types a chat message containing -cam6 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam6 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam6 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam6 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam6 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[6] for (Picked player) over 1.00 seconds
Cam 7
Events
Player - Player 1 (Red) types a chat message containing -cam7 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam7 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam7 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam7 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam7 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[7] for (Picked player) over 1.00 seconds
Cam 8
Events
Player - Player 1 (Red) types a chat message containing -cam8 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam8 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam8 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam8 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam8 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[8] for (Picked player) over 1.00 seconds
Cam 9
Events
Player - Player 1 (Red) types a chat message containing -cam9 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam9 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam9 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam9 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam9 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[9] for (Picked player) over 1.00 seconds
Cam 10
Events
Player - Player 1 (Red) types a chat message containing -cam10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam10 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam10 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[10] for (Picked player) over 1.00 seconds
Cam 11
Events
Player - Player 1 (Red) types a chat message containing -cam11 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -cam11 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -cam11 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -cam11 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -cam11 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn off Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[11] for (Picked player) over 1.00 seconds
Crazy
Events
Player - Player 1 (Red) types a chat message containing -crazy (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -crazy (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -crazy (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -crazy (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -crazy (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn on Crazy_Cam <gen>
Trigger - Turn off Seizure_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[11] for (Picked player) over 1.00 seconds
Seizure
Events
Player - Player 1 (Red) types a chat message containing -seizure (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -seizure (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -seizure (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -seizure (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -seizure (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Turn on Seizure_Cam <gen>
Trigger - Turn off Crazy_Cam <gen>
Player Group - Pick every player in (All players) and do (Actions)
Loop - Actions
Camera - . Apply . Camera[11] for (Picked player) over 1.00 seconds
Purple
Events
Player - Player 1 (Red) types a chat message containing -purple (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -purple (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -purple (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -purple (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -purple (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
For each (Integer A) from 1 to 5 , do (Remove Glow[(Integer A)] from (Picked unit))
Unit - Add Glow[1] to (Picked unit)
Blue
Events
Player - Player 1 (Red) types a chat message containing -blue (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -blue (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -blue (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -blue (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -blue (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
For each (Integer A) from 1 to 5 , do (Remove Glow[(Integer A)] from (Picked unit))
Unit - Add Glow[2] to (Picked unit)
Green
Events
Player - Player 1 (Red) types a chat message containing -green (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -green (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -green (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -green (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -green (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
For each (Integer A) from 1 to 5 , do (Remove Glow[(Integer A)] from (Picked unit))
Unit - Add Glow[3] to (Picked unit)
Red
Events
Player - Player 1 (Red) types a chat message containing -red (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -red (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -red (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -red (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -red (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
For each (Integer A) from 1 to 5 , do (Remove Glow[(Integer A)] from (Picked unit))
Unit - Add Glow[4] to (Picked unit)
Sparkle
Events
Player - Player 1 (Red) types a chat message containing -sparkle (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -sparkle (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -sparkle (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -sparkle (Unexpected type: 'stringnoformat') as An exact match
Player - Player 5 (Yellow) types a chat message containing -sparkle (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
For each (Integer A) from 1 to 5 , do (Remove Glow[(Integer A)] from (Picked unit))
Unit - Add Glow[5] to (Picked unit)
Ex Events
Events
Conditions
Actions
Unit - Create 1 . Peasant for Player 9 (Gray) at (Center of Order_Units <gen>) facing Default building facing degrees
Unit - Add a 10.00 second Generic expiration timer to (Last created unit)
Unit Group - Pick every unit in (Units in Order_Units <gen>) and do (Actions)
Loop - Actions
Unit - Add a 10.00 second Generic expiration timer to (Picked unit)
Wait 8.00 seconds
Trigger - Turn off Death_Dance <gen>
Trigger - Turn off Crazy_Dance <gen>
Trigger - Turn off Do_the_Walk <gen>
Trigger - Turn off Dance_Dance_Retardation <gen>
Trigger - Turn off Dance_1 <gen>
Trigger - Turn off Dance_2 <gen>
Trigger - Turn off Dance_3 <gen>
Trigger - Turn off Dance_X <gen>
Wait 6.00 seconds
Trigger - Turn on Dance_1 <gen>
Trigger - Turn on Dance_2 <gen>
Trigger - Turn on Dance_3 <gen>
Trigger - Turn on Dance_X <gen>
Trigger - Turn on Crazy_Dance <gen>
Trigger - Turn on Ex_Trigger <gen>
Ex Trigger
Events
Player - Player 5 (Yellow) types a chat message containing -extasy (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -extasy (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -extasy (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -extasy (Unexpected type: 'stringnoformat') as An exact match
Player - Player 1 (Red) types a chat message containing -extasy (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Trigger - Run Ex_Events <gen> (ignoring conditions)
Trigger - Turn off (This trigger)
Lazer Hax
Events
Player - Player 5 (Yellow) types a chat message containing -music1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -music1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -music1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -music1 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 1 (Red) types a chat message containing -music1 (Unexpected type: 'stringnoformat') as An exact match
Conditions
Actions
Sound - Stop Moscou_Rave <gen> Immediately
Sound - Play Rave_Tune <gen>
Moscou
Events
Player - Player 5 (Yellow) types a chat message containing -music2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 4 (Purple) types a chat message containing -music2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 3 (Teal) types a chat message containing -music2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 2 (Blue) types a chat message containing -music2 (Unexpected type: 'stringnoformat') as An exact match
Player - Player 1 (Red) types a chat message containing -music2 (Unexpected type: 'stringnoformat') as An exact match
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.