source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
11
scripts/portal/Spacegaga_out0.js
Normal file
11
scripts/portal/Spacegaga_out0.js
Normal file
@@ -0,0 +1,11 @@
|
||||
//Author: kevintjuh93
|
||||
|
||||
function enter(pi) {
|
||||
if (pi.getPlayer().getEvents().getGagaRescue().fallAndGet() > 3) {
|
||||
pi.warp(922240200);
|
||||
pi.getPlayer().cancelEffect(2360002);
|
||||
} else
|
||||
pi.warp(pi.getPlayer().getMapId());
|
||||
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user