Quote:
Originally posted by mhermher
NPC Code:
// NPC made by GÄ$†£Ÿ
Insert silly coding here
that works, i tested it and it did work
|
I doubt you tested it online using a NPC Server...
NPC Code:
// NPC made by Shard IceFire
if (playerchats && strequals(#c,Shard's Isle)) {
if (strequals(#m,sit)) {
setplayerprop #c,;
say2 #b Ok, we'll be there soon.;
freezeplayer2;
sleep 10;
unfreezeplayer;
say2 #b We're there!;
sleep 0.1;
setlevel2 shipinside2.graal,30,30;
} else {
setplayerprop #c,;
say2 Please have a seat first.;
}
}
If that doesn't work, bash me. Sorry then. I didn't know better!