source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
8
scripts/portal/market26.js
Normal file
8
scripts/portal/market26.js
Normal file
@@ -0,0 +1,8 @@
|
||||
function enter(pi) {
|
||||
if (pi.getPlayer().getMapId() != 910000000) {
|
||||
pi.getPlayer().saveLocation("FREE_MARKET");
|
||||
pi.warp(910000000, "out00");
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
Reference in New Issue
Block a user