Fixed the 'no' option not working (#167)
This commit is contained in:
@@ -39,8 +39,10 @@ function start() {
|
|||||||
function action(mode, type, selection) {
|
function action(mode, type, selection) {
|
||||||
status++;
|
status++;
|
||||||
if (mode == -1){
|
if (mode == -1){
|
||||||
if(mode == 0)
|
cm.dispose();
|
||||||
cm.sendNext("This town also has a lot to offer. Find us if and when you feel the need to go to the Ant Tunnel Park.");
|
return;
|
||||||
|
}else if(mode == 0) {
|
||||||
|
cm.sendOk("This town also has a lot to offer. Find us if and when you feel the need to go to the Ant Tunnel Park.");
|
||||||
cm.dispose();
|
cm.dispose();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user