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

9 lines
231 B
JavaScript

function enter(pi) {
if (pi.isQuestCompleted(22015)) {
pi.playPortalSound();
pi.warp(100030300, 2);
} else {
pi.playerMessage(5, "Please rescue the baby pig!");//not gms like
}
return true;
}