Thread: Jailer Script
View Single Post
  #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