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

6 lines
127 B
JavaScript

function enter(pi) {
pi.playPortalSound();
pi.warp(100000000, "Achter00");
pi.playPortalSound();
return true;
}