sweetgum83/scripts/portal/moveBefore.js

5 lines
108 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function enter(pi) {
pi.playPortalSound();
pi.warp(pi.getMapId() - 10, "west00");
return true;
}