Orbis PQ
Implemented Orbis PQ.
This commit is contained in:
10
scripts/portal/party3_jail2.js
Normal file
10
scripts/portal/party3_jail2.js
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user