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

初心者クエスト version1

Go down

初心者クエスト version1 Empty 初心者クエスト version1

投稿 by 構築さん 2014-05-30, 09:04

Code:
/*
* Coded by:
* Use: Begginner Quest
*/

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

function action(mode, type, selection) {
if (mode == 1)
status++;
else {
cm.sendOk("#e#kOk, see you next time!");
cm.dispose();
return;
}
if (status == 0) {
cm.sendNext(" Hello there! Welcome to #r#DevineStory!#n#k! Before you can start, you need to finish the #rBeginning Quest#k. Once you hit *Next* be prepared to battle some low level monsters!");
} else if (status == 1) {
cm.warp(3);
cm.dispose();
}
}
構築さん
構築さん
Admin

Posts : 193
Join date : 2014/05/29

https://maplescience.forumjap.com

トップに戻る Go down

トップに戻る

- Similar topics

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