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.