View Single Post
Old 10-18-2014, 06:20 PM   #2
oaties
 
Join Date: Nov 2010
Gametype: Capture the Flag
Posts Rated Helpful 38 Times
Just from quickly looking at it, if you haven't already found it out by now.

Your error appears to be where you stated (The very last line of the spy script):

Code:
 wait; alias Switch switch+ wait; wait; wait; wait; wait; wait" alias Switch "Switch+"
I don't understand what those extra waits are for before you call alias switch "switch+" again. Didn't you already state that before all the waits?

Also, I believe switch+ in that line should have quotation marks around it. Note the part that I bolded - I'm not sure if its needed, but it seems that you forgot the semicolon to seperate each statement.

Last edited by oaties; 10-18-2014 at 06:21 PM.
oaties is offline   Reply With Quote