Would you like to react to this message? Create an account in a few clicks or log in to continue.

GM List npc

Go down

GM List npc Empty GM List npc

投稿 by 構築さん 2014-05-29, 21:56

Code:
var status = 0;

function start() {
status = -1;
action(1, 0, 0);
}

function action(mode, type, selection) {
if (status == 6 || mode == -1) {
cm.dispose();
} else {
if (status == 5) {
status = 6;
return;
}
if (mode == 1)
status++;
else
status--;
if (status == 0) {
cm.sendNext("GMリスト");
} else if (status == 1) {
cm.sendNextPrev("#rGM[あなたの名前]#k")
} else if (status == 2) {
cm.sendNextPrev("#bGM[あなたの名前]#k");
} else if (status == 3) {
cm.sendNextPrev("#bGM[あなたの名前]#k");
} else if (status == 4) {
cm.sendNextPrev("#bGM[あなたの名前]#k");
} else if (status == 5) {
cm.sendOk("ありがとうございました。");
cm.dispose();
}
}
}
構築さん
構築さん
Admin

Posts : 193
Join date : 2014/05/29

https://maplescience.forumjap.com

トップに戻る Go down

トップに戻る


 
Permissions in this forum:
返信投稿: 不可