Files
sweetgum-server/scripts/portal/nets_in.js
2021-09-09 23:35:59 +02:00

6 lines
135 B
JavaScript

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