1 last thing colt, sorry for pointing out so much lol, but I geuss thats the best way to learn.
have a look here
Print("STRING", "Whatever you want it to say on the screen when spawned", 5000, 1); //What it says when you spawn the guards
this should be
Print( "Whatever you want it to say on the screen when spawned"); //What it says when you spawn the guards

