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

6 lines
127 B
JavaScript

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