sweetgum83/scripts/portal/outArchterMap.js

6 lines
127 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
function enter(pi) {
pi.playPortalSound();
pi.warp(100000000, "Achter00");
pi.playPortalSound();
return true;
}