Reformat and clean up npc scripts
This commit is contained in:
@@ -6,11 +6,11 @@ function start() {
|
||||
}
|
||||
|
||||
function action(mode, type, selection) {
|
||||
if(cm.haveItemWithId(1902016, true)) {
|
||||
if (cm.haveItemWithId(1902016, true)) {
|
||||
cm.warp(140010210, 0);
|
||||
} else {
|
||||
cm.sendOk("What is it? If you you're here to waste my time, get lost!");
|
||||
}
|
||||
|
||||
|
||||
cm.dispose();
|
||||
}
|
||||
Reference in New Issue
Block a user