Graal Forums  

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

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-29-2002, 03:45 AM
Spark910 Spark910 is offline
Ex-Graal Global
Spark910's Avatar
Join Date: Oct 2001
Location: England
Posts: 10,892
Spark910 has a spectacular aura about
Can Any One See Whats Wrong?

This Is A NPC For Staff and for Player System:
Its a warper to a survivor island

For Player System:

NPC Code:

// NPC made by Spark911
if (playerenters) {
toweapons SYSTEM;
}
if (strcontains(#s(server.survivorwarp), #a) && !strequals(#l,pedro-as-24.graal)) {
setstring server.survivorwarp, ;
setlevel2 pedro-as-24.graal,24,55;
}




And For Staff:


NPC Code:

// NPC made by Spark911
if (playerenters) {
toweapons Survivor-Warper;
}
if (playerchats&&strcontains(#c,warp)) {
tokenize #c;
setstring server.survivorwarp,#t(2);
sleep 0.5;
setstring server.survivorwarp, ;
}



Its just wont warp me when i try!
__________________
--Spark911
Reply With Quote
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 07:37 AM.


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