16 lines
313 B
JavaScript
16 lines
313 B
JavaScript
|
var status = 0;
|
||
|
|
||
|
function start() {
|
||
|
status = -1;
|
||
|
action(1, 0, 0);
|
||
|
}
|
||
|
|
||
|
function action(mode, type, selection) {
|
||
|
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();
|
||
|
}
|