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

5 lines
126 B
JavaScript

function enter(pi) {
pi.playPortalSound();
pi.warp(pi.getPlayer().getMap().getId() - 10, "left00");
return true;
}