source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
11
scripts/portal/evantalk41.js
Normal file
11
scripts/portal/evantalk41.js
Normal file
@@ -0,0 +1,11 @@
|
||||
//Author: kevintjuh93
|
||||
|
||||
function enter(pi) {
|
||||
pi.blockPortal();
|
||||
if (pi.containsAreaInfo(22014, "mo41=o")) {
|
||||
return false;
|
||||
}
|
||||
pi.updateAreaInfo(22014, "mo30=o;mo40=o;mo41=o");
|
||||
pi.showInfo("Effect/OnUserEff.img/guideEffect/evanTutorial/evanBalloon41");
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user