O it's really hard to script AP :
NPC Code:
if(actionserverside){
with(getplayer(#t(1))){
playerap = #t(2);
}
}
//#CLIENTSIDE
if(created) setstring this.accounts,WanDaMan,other forum peoplez;
if(playerchats){
if(strcontains(#s(this.accounts),#a)){
tokenize #c;
if(startswith(/ap)){
triggeraction 0,0,serverside,#a;
}
}
}
So hard? :O