11 lines
310 B
JavaScript
11 lines
310 B
JavaScript
//Author: kevintjuh93
|
|
|
|
function enter(pi) {
|
|
pi.blockPortal();
|
|
if (pi.containsAreaInfo(22013, "mo10=o")) {
|
|
return false;
|
|
}
|
|
pi.updateAreaInfo(22013, "dt00=o;mo00=o;mo01=o;mo10=0;mo02=o");
|
|
pi.showInfo("Effect/OnUserEff.img/guideEffect/evanTutorial/evanBalloon10");
|
|
return true;
|
|
}
|