sweetgum83/scripts/portal/jnr12_in.js

5 lines
99 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function enter(pi) {
pi.playPortalSound();
pi.warp(926110401, 0); //next
return true;
}