sweetgum83/scripts/portal/moveBefore.js
2024-01-19 03:56:28 -05:00

5 lines
108 B
JavaScript

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