גם מי שלא לידר יכול לדבר איתו למהקוד PHP:function start() {
if (cm.isLeader)
if (cm.haveItem(XXX, 30)) {
cm.removeAll(4001129);
cm.removeAll(4001130);
cm.makeProItem(1302000, 300);
cm.warp(000000000);
cm.sendOk("Gratz, you have done the PQ.");
} else
cm.sendOk("Please bring me 30 of #vXXX# and I will let you proceed.");
else
cm.sendOk("Only the leader of the party can talk to me.");
cm.dispose();
}








ספוילר: 