זה הnpc
אם תוכלו להוסיף פקודה שתעשה אחרי שאני נגיד ימצא item ויקחקוד PHP:var status = -1;
function start() {
action(1,0,0);
}
function action(mode,type,selection){
if(mode == 1)
status++;
else{
cm.dispose();
return;
}
if(status == 0){
cm.sendGetText("Type the name of the item you want :");
}else if(status == 1){
cm.sendSimple(cm.searchItem(cm.getText()));
}else if(status == 2){
cm.sendOk("Enjoy youre new item !");
cm.gainItem(selection);
cm.dispose();
}
}
שזה יביא לי עם 32k all
תודה!



ציטוט ההודעה
ספוילר: 