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:
@@ -22,7 +22,9 @@ function start() {
|
||||
} else if (em.getProperty("started").equals("true")) {
|
||||
cm.sendOk("Someone else is already attempting to defeat the Jr.Balrog in another world." );
|
||||
} else {
|
||||
em.startInstance(cm.getParty(), cm.getMap());
|
||||
if(!em.startInstance(cm.getParty(), cm.getMap())) {
|
||||
cm.sendOk("A party in your name is already registered in this event.");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user