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