Thread: ok .....
View Single Post
  #3  
Old 07-08-2001, 12:30 AM
Brady2 Brady2 is offline
Registered User
Brady2's Avatar
Join Date: Mar 2001
Location: Phoenix, AZ and Wichita Falls, TX
Posts: 924
Brady2 is on a distinguished road
-Posted by Jadis

This is NPCServer but you could do..

NPC Code:

if (playertouchsme) {toweapons Jail;hidelocal;}
if (weaponfired) say2 //Might go off of the scroll
For this weapon to work#b
You must say jail then#b
the player's account#b
name. For example,#b
jail <accountname>.;
if (playerchats&&startswith(jail,#c)) {
tokenize #c;
if (tokenscount>=2) {
with (getplayer(#t(1))) setlevel2 jail.graal,30,30;
}
}



Anyway I think that should work...
Reply With Quote