Graal Forums  

Go Back   Graal Forums > Development Forums > NPC Scripting > NPC Server
FAQ Members List Calendar Today's Posts

 
 
Thread Tools Search this Thread Rate Thread Display Modes
Prev Previous Post   Next Post Next
  #10  
Old 10-18-2001, 11:52 PM
Shard_IceFire Shard_IceFire is offline
Registered User
Shard_IceFire's Avatar
Join Date: Jun 2001
Location: Eastern Harkoonia
Posts: 861
Shard_IceFire is on a distinguished road
Hmm...I tried this:
NPC Code:

// NPC made by Shard IceFire
if (playerchats&&strequals(#c,Shard's Isle)) {
if (strequals(#m,sit)) {
say2 Ok, we'll be there soon.;
freezeplayer2;
sleep 10;
unfreezeplayer;
say2 We're here!;
sleep .1;
setlevel shipinside2.graal;
}
if (!strequals(#m,sit)) {
say2 Please have a seat first.;
}
}


But it didn't work...it froze me for 10 seconds, but it didn't say "we're here" and it didn't change the level..
__________________

-=Shard IceFire=-
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 11:24 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.