Thread: setlevel2
View Single Post
  #18  
Old 11-03-2001, 03:59 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
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!