KerningPQ + some boosts on PQ/event scripting
Added cleaner mechanics for dealing with PQs and events (bonus Exp when clearing a stage, for instance). Reimplemented KerningPQ.
This commit is contained in:
@@ -26,7 +26,7 @@ Kerning PQ: 4th stage to final stage portal
|
||||
function enter(pi) {
|
||||
var eim = pi.getPlayer().getEventInstance();
|
||||
var target = eim.getMapInstance(103000805);
|
||||
if (eim.getProperty("4stageclear") != null) {
|
||||
if (eim.getProperty("5stageclear") != null) {
|
||||
pi.getPlayer().changeMap(target, target.getPortal("st00"));
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user