source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
9
scripts/portal/inDragonEgg.js
Normal file
9
scripts/portal/inDragonEgg.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function enter(pi) {
|
||||
pi.playPortalSound();
|
||||
if(pi.isQuestStarted(22005)){
|
||||
pi.warp(900020100);
|
||||
} else{
|
||||
pi.warp(100030301);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user