4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
|
function start() {
|
||
|
cm.sendNext("It looks like there's nothing suspecious in the area.");
|
||
|
cm.dispose();
|
||
|
}
|