sweetgum83/scripts/portal/met_in.js

7 lines
144 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
function enter(pi) {
//pi.warp(910320000, 2); event not implemented
pi.playPortalSound();
pi.warp(103000103, 1);
return true;
}