sweetgum83/scripts/portal/moveNext.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, "east00");
return true;
}