ID:160635
 
Well, I asked for help earlier and got spectate worrying and now when I went to recompile it it won't work x_x

Spectate_Off()
set category = "GM"
switch(alert(usr,"Stop Spectating?","Stop?","Yes","No"))
("Yes")
usr.client.eye=usr //I keep getting an "expected expression" error. I didn't even know there was an error for that x_x
usr.client.perspective = EYE_PERSPECTIVE
return
if("No")
return

I keep getting the error on the line I put my comment.

*cough* Found it... I feel so stupid now x_x I was missing the if part of the statement above it.
usr.client.eye=usr does that make sense to you?
In response to A.T.H.K
Yes it does. It returns the usr's "eye" back to the usr so instead of following the spectated person it returns to the player.
In response to A.T.H.K
Seriously, consider not posting instead of talking about something you have no clue about. :< Especially when the actual error is so obvious and his assignment statement would clearly not cause a compile time error. >_>'
In response to Kaioken
Seriously man.