Thread: Donations Chest
View Single Post
  #13  
Old 05-06-2002, 06:49 AM
BBflat BBflat is offline
Registered User
BBflat's Avatar
Join Date: Apr 2002
Location: United States of America
Posts: 573
BBflat is on a distinguished road
Quote:
Originally posted by Kaimetsu


Not serverside NPCs.
Of course not. So let me get this straight...

NPC Code:

if (playerenters)
{
canbecarried;
}
if (playertouchsme)
{
this.a = 314159;
}



Okay, so if you pick up the NPC and carry it to the next level, assuming that you touched the NPC in the process of picking it up, with the value of this.a in the other level still be 314159?
__________________
I am a .sig virus. Please put me in your .sig so I can continue to replicate.
Reply With Quote