Reformat and clean up npc scripts
This commit is contained in:
@@ -15,10 +15,11 @@ function action(mode, type, selection) {
|
||||
cm.dispose();
|
||||
return;
|
||||
}
|
||||
if (mode == 1)
|
||||
if (mode == 1) {
|
||||
status++;
|
||||
else
|
||||
} else {
|
||||
status--;
|
||||
}
|
||||
if (status == 0) {
|
||||
cm.warpParty(980000000);
|
||||
cm.cancelCPQLobby();
|
||||
|
||||
Reference in New Issue
Block a user