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

6 lines
135 B
JavaScript

function enter(pi) {
pi.getPlayer().saveLocation("MIRROR");
pi.playPortalSound();
pi.warp(926010000, 4);
return true;
}