sweetgum83/scripts/portal/bedroom_out.js
2024-01-19 03:56:28 -05:00

9 lines
287 B
JavaScript

function enter(pi) {
if (pi.isQuestStarted(2570)) {
pi.playPortalSound();
pi.warp(120000101, 0);
return true;
}
pi.earnTitle("You still got some stuff to take care of. I can see it in your eyes. Wait...no, those are eye boogers.");
return false;
}