Reformat and clean up npc scripts
This commit is contained in:
@@ -42,14 +42,13 @@ function action(mode, type, selection) {
|
||||
} else if (mode == 0) {
|
||||
cm.sendOk("Alright, see you next time.");
|
||||
cm.dispose();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
status++;
|
||||
if (status == 1)
|
||||
if (status == 1) {
|
||||
cm.sendNextPrev("Are you going to give up and leave this place?")
|
||||
else if (status == 2)
|
||||
} else if (status == 2) {
|
||||
cm.sendYesNo("You'll have to start from scratch the next time you come in...");
|
||||
else if (status == 3){
|
||||
} else if (status == 3) {
|
||||
cm.warp(103000100, 0);
|
||||
cm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user