Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
11c1e4655e | ||
|
|
7004de6e71 |
@@ -23,7 +23,12 @@ function action(mode, type, selection) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!cm.isEventLeader()) {
|
if (!cm.isEventLeader()) {
|
||||||
cm.sendYesNo("I wish for your leader to talk to me. Alternatively, you may be wanting to quit. Are you going to abandon this campaign?");
|
// Player chose "No" or "End Chat"
|
||||||
|
if (mode <= 0) {
|
||||||
|
cm.dispose();
|
||||||
|
} else {
|
||||||
|
cm.sendYesNo("I wish for your leader to talk to me. Alternatively, you may be wanting to quit. Are you going to abandon this campaign?");
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
var eim = cm.getEventInstance();
|
var eim = cm.getEventInstance();
|
||||||
if (eim == null) {
|
if (eim == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user