Implemented Orbis PQ.
This commit is contained in:
ronancpl
2017-06-11 00:12:11 -03:00
parent dbac58e871
commit 1afbac2429
142 changed files with 2600 additions and 539 deletions

View File

@@ -0,0 +1,10 @@
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;
}
}