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