Files
sweetgum-server/scripts/portal/evanGarden1.js
ronancpl 972517e7b2 source
Source for my MapleSolaxiaV2 (v83 MapleStory).
2015-11-02 23:17:21 -02:00

8 lines
192 B
JavaScript

function enter(pi) {
if(pi.isQuestStarted(22008)){
pi.warp(100030103, "west00");
} else {
pi.playerMessage(5, "You cannot go to the Back Yard without a reason");
}
return true;
}