Well what I need is, can you make a Trigger that will make anyone in Red Spot be kicked expect if I am host? Means, only if Red has my name would be able to be red, or otherwise in game he/she could be Defeated. (My IG Name: CrackBam) thanks..
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
KickScript

Events


Time - Elapsed game time is 0.00 seconds

Conditions

Actions


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



If - Conditions




(Name of Player 1 (Red)) Equal to CrackBam



Then - Actions




Do nothing



Else - Actions




Game - Defeat Player 1 (Red) with the message: Kicked!
Kick Player 1

Events


Map initialization

Conditions

Actions


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



If - Conditions




(Name of Player 1 (Red)) Not equal to CrackBam



Then - Actions




Game - Defeat Player 1 (Red) with the message: Kicked!



Else - Actions
Kick All Players

Events


Map initialization

Conditions

Actions


Set Temp_Int = 0


For each (Integer A) from 1 to 12, do (Actions)



Loop - Actions




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





If - Conditions






(Name of (Player((Integer A)))) Equal to CrackBam





Then - Actions






Set Temp_Int = (Temp_Int + 1)





Else - Actions


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



If - Conditions




Temp_Int Equal to 0



Then - Actions




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





Loop - Actions






Game - Defeat (Picked player) with the message: Kicked!



Else - Actions
Temp_Int is just an integer variable. I'm sure Zourick's map will show you.
kickScript

Events


Map initialization

Conditions

Actions


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



If - Conditions




(Name of Player 1 (Red)) Not equal to CrackBam



Then - Actions




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





Loop - Actions






Game - Defeat (Picked player) with the message: Kicked!



Else - Actions
I think CrackBam needed just this.