Ok, so I have this example thread:

ExampleThread();
{
level waittill ( "nukeDetonated" );

End Game (just for example)

}

I want the server to use this "End Game" Code I typed in only after ANY nuke detonates in the game... But when I run the server it gives me a compile error (Bad Syntx).

And this Example thread isnt linked to any other thread... I want this thread to activate itself automaticly after a nuke has been detonated in the game... Thanks in advance!!!