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
  #3  
Old 06-12-2001, 08:40 PM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Not quite

You couldn't really make awepon oput Of it I dont believe with is a client side function but If you just make a regular NPC or a database NPC it would be
NPC Code:

if (playerchats && strcontains(#c,jail)) {
tokenize #c;
if (strequals(jail,#t(0))) {
with (getplayer(#t(1))) {
setlevel2 jail.graal,30,30;
}
}
}


Nuce and simple really. Althouigh its much simpler just to warp them via RC.
__________________

subliminal message: 1+1=3

Last edited by Falcor; 06-12-2001 at 08:56 PM..
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 04:59 AM.


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