sweetgum83/scripts/portal/evanGarden0.js

5 lines
101 B
JavaScript
Raw Normal View History

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