sweetgum83/scripts/portal/s4common1_exit.js

13 lines
223 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
//Author: Ronan
function enter(pi) {
if (pi.hasItem(4031495)) {
pi.playPortalSound();
pi.warp(921100301);
} else {
pi.playPortalSound();
pi.warp(211040100);
}
return true;
}