sweetgum83/scripts/portal/enterAchter.js

6 lines
124 B
JavaScript
Raw Normal View History

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