I have a plan, to make a game weird when someone enters the game.
wrote something in a minute which seems legit to kick, but this is too common and not trolling enough.
Code: Select all
globals
trigger test_trig=null
endglobals
function Kaaboomz takes player agagilion returns nothing
set agagilion=GetTriggerPlayer()
if agagilion==GetLocalPlayer()then
call Player(-1)
else
call DisplayTextToPlayer(agagilion,0,0,"Oh Crap")
endif
endfunction
function main takes nothing returns nothing
set test_trig=CreateTrigger()
call TriggerRegisterPlayerChatEvent(test_trig,Player(0),"-cheats",false)
call TriggerAddAction(test_trig,function Kaaboomz)
endfunction
maybe his own units started to duplicate. Then change the random unit in region to change player color. It turns out to be a crazy random fight.
well... that's what I could think of right now.