Added MagatiaPQ. Fixed a bug on Dojo where parties quitting the boss fight without completing until rest point couldn't not start Dojo again w/o reforming the party. Fixed issues with 2nd job NPC scripts. Reverted command layout to use "!" and "@" again.
9 lines
239 B
JavaScript
9 lines
239 B
JavaScript
function enter(pi) {
|
|
if (pi.getEventInstance().getIntProperty("statusStg3") == 3) {
|
|
pi.warp(926110200, 0); //next
|
|
return(true);
|
|
} else {
|
|
pi.playerMessage(5, "The portal is not opened yet.");
|
|
return(false);
|
|
}
|
|
} |