source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
8
scripts/portal/evanGarden1.js
Normal file
8
scripts/portal/evanGarden1.js
Normal file
@@ -0,0 +1,8 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user