Files
sweetgum-server/scripts/portal/party3_jail2.js
ronancpl 1afbac2429 Orbis PQ
Implemented Orbis PQ.
2017-06-11 00:12:11 -03:00

10 lines
316 B
JavaScript

function enter(pi) {
if(pi.getEventInstance().getIntProperty("statusStg8") == 1) {
pi.warp(920010920,0);
return true;
}
else {
pi.playerMessage(5, "The storage is currently inaccessible, as the powers of the Pixies remains active within the tower.");
return false;
}
}