Orbis PQ
Implemented Orbis PQ.
This commit is contained in:
9
scripts/portal/party3_gardenin.js
Normal file
9
scripts/portal/party3_gardenin.js
Normal file
@@ -0,0 +1,9 @@
|
||||
function enter(pi) {
|
||||
if (pi.getPlayer().getParty() != null && pi.isLeader() && pi.haveItem(4001055,1)) {
|
||||
pi.getEventInstance().warpEventTeam(920010100);
|
||||
return true;
|
||||
} else {
|
||||
pi.playerMessage(5,"Please get the leader in this portal, make sure you have the Root of Life.");
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user