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

6 lines
124 B
JavaScript

function enter(pi) {
pi.playPortalSound();
pi.warp(100000201, "out02");
pi.playPortalSound();
return true;
}