איזה פקודה ל NPC נותנת פיים?
תראו, אני רוצה ש - Coco יימכור 20 פיים ב - 20 מיל, התחלתי לעשות את זה אבל אני לא יודע אם זה נכון, ואיך לעשות שהוא ייקח כסף וייתן פיים, אז תבדקו אם זה נכון בבקשה:
קוד:var status = 0; function start() { status = -1; action (1, 0, 0); } function action(mode, type, selection) { if (mode == -1) { cm.sendOk("Talk to me later."); cm.dispose(); } else { if (status == 1 && mode == 0 ) { cm.dispose(); return; } if (mode == 1) status++; else status--; if (status == 0) { cm.sendSimple("Hey, I give 20 Fame for 20M. Do you want? \r\n#L0##bO.K.#k#l \r\n\ #L6##bNo Thanks.#k#l"); } else if (status == 1) { job = selection; if (selection > 5) { cm.sendOk("Talk to me later."); } else { cm.sendYesNo("Are you sure? " + jobname[selection] + ""); } } else if (status == 2) { cm.gainMeso(-1); cm.dispose(); } } }



ציטוט ההודעה


