Thread: Sleeping...
View Single Post
  #1  
Old 07-06-2001, 12:28 PM
SkooL SkooL is offline
somebody to love
Join Date: Jun 2001
Location: bat country.
Posts: 3,446
SkooL is on a distinguished road
Send a message via AIM to SkooL
Sleeping...

NPC Code:
if (strequals(#m(sleep)&&||playersprite=38) {
showimg sleeping,emoticon_Zzz_stay.mng,playerx,playery-2;
}
if (!strequals(#m(sleep)&&||playersprite=38) {
hideimg sleeping;
}


Why do I get the error 'Error: Expected format: if (flag) command;'? It looks like the right format...=\
__________________
the sky is falling
Reply With Quote