source
Source for my MapleSolaxiaV2 (v83 MapleStory).
This commit is contained in:
5
scripts/portal/NextMap.js
Normal file
5
scripts/portal/NextMap.js
Normal file
@@ -0,0 +1,5 @@
|
||||
function enter(pi) {
|
||||
pi.playPortalSound();
|
||||
pi.warp(pi.getMapId() + 100);
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user