sweetgum83/scripts/portal/evanGarden1.js

9 lines
244 B
JavaScript
Raw Normal View History

2024-01-19 08:56:28 +00:00
function enter(pi) {
if (pi.isQuestStarted(22008)) {
pi.playPortalSound();
pi.warp(100030103, "west00");
} else {
pi.playerMessage(5, "You cannot go to the Back Yard without a reason");
}
return true;
}