-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...