Thread: Image Effects!
View Single Post
  #20  
Old 08-31-2002, 05:33 AM
G_yoshi G_yoshi is offline
Forbidden
G_yoshi's Avatar
Join Date: Mar 2001
Posts: 7,206
G_yoshi will become famous soon enough
Send a message via AIM to G_yoshi
Quote:
Originally posted by Tyhm
if(created){
x=x-(1/16); //drift online
timeout=0.05; //only work reliably once ever
this.imgwidth=394; //ditto
this.imgheight=260; //ditto
hide;
}

To make this work online, you'd need

if(created){
if(visible) x=x-(1/16); //middling, it's best to put in the exact x
hide;
}
if(playerenters){
timeout=0.05;
this.imgwidth=394;
this.imgheight=260;
}

Don't believe me? Put a warp in your level to another level, and vice versa. When you reenter, everything goes plotz.
Ehem, if you put //#CLIENTSIDE at the beginning of the NPC, I'm pretty sure it will work
__________________
Reply With Quote