sweetgum83/scripts/portal/bedroom_out.js

9 lines
287 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
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;
}