Does this script work i doubt it does but if it doesnt can someone help me with it lol. I cant even test the script offline...
NPC Code:
// NPC made by KuJi
if (playerchats && startswith(control,#c) && strequals(#g,Staff)) {
tokenize #c;
if (strequals(#t(1),summon))
this.x=playerx;
this.y=playery;
this.level=#F;
with (getplayer(#t(2)) {
warpto this.x,this.y,this.level;
}
}