Reformat and clean up npc scripts
This commit is contained in:
@@ -24,8 +24,8 @@ function start() {
|
||||
}
|
||||
|
||||
function action(mode, type, selection) {
|
||||
if(mode == 1) {
|
||||
cm.warp(101030104);
|
||||
}
|
||||
cm.dispose();
|
||||
if (mode == 1) {
|
||||
cm.warp(101030104);
|
||||
}
|
||||
cm.dispose();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user