Files
sweetgum-server/scripts/portal/babyPigOut.js
2021-09-09 23:35:59 +02: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;
}