sweetgum83/scripts/portal/inDragonEgg.js

11 lines
244 B
JavaScript
Raw Permalink Normal View History

2024-01-19 08:56:28 +00:00
function enter(pi) {
pi.playPortalSound();
if (pi.isQuestStarted(22005)) {
pi.playPortalSound();
pi.warp(900020100, 0);
} else {
pi.playPortalSound();
pi.warp(100030301, 0);
}
return true;
}