Files
sweetgum-server/scripts/portal/moveNext.js
2021-09-09 23:35:59 +02:00

5 lines
108 B
JavaScript

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