Thread: GS2 problem
View Single Post
  #1  
Old 06-14-2006, 03:39 AM
jailbird jailbird is offline
Registered User
Join Date: Feb 2006
Posts: 4
jailbird is on a distinguished road
GS2 problem

i was converting a spar level into gs2 and came across this problem

function onPlayerchats(){
if (player.chat=="focus on") {
setfocus 30,30;}
}

seems that the player.chat line cant have spaces with in the " "

heres the error:

Error: Flags and variables cannot contain spaces!
and it highlights "focus on"
Reply With Quote