Reformat and clean up npc scripts
This commit is contained in:
@@ -34,7 +34,7 @@ function action(mode, type, selection) {
|
||||
cm.dispose();
|
||||
} else {
|
||||
if (status == 1) {
|
||||
cm.sendNext ("Alright, see you next time. Take care.");
|
||||
cm.sendNext("Alright, see you next time. Take care.");
|
||||
status++;
|
||||
} else if (status == 2) {
|
||||
cm.warp(240000110, 0);// back to Leafre
|
||||
|
||||
Reference in New Issue
Block a user