Files
sweetgum-server/scripts/portal/moveBefore.js
ronancpl 972517e7b2 source
Source for my MapleSolaxiaV2 (v83 MapleStory).
2015-11-02 23:17:21 -02:00

5 lines
99 B
JavaScript

function enter(pi) {
pi.playPortalSound();
pi.warp(pi.getMapId() - 10, "west00");
return true;
}