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?