Code:
BIS_convMenu = [];
if (!(rascalov kbWasSaid [doe, _topic, "start_rascalov_1", 999999])) then {rascalov kbTell [doe, _topic, "start_rascalov_1"]};
switch (_sentenceId) do {
case "start_rascalov_2": {
BIS_convMenu = BIS_convMenu + [["So we shall check it out?", _topic, "start_doe_1a", []]];
BIS_convMenu = BIS_convMenu + [["Fuck off, Dimitri!", _topic, "start_doe_1b", []]];
};
case "start_faustin_4": {
BIS_convMenu = BIS_convMenu + [["What's the content of the message?", _topic, "start_doe_2a", []]];
BIS_convMenu = BIS_convMenu + [["Where's the exact source of the transmission?", _topic, "start_doe_2b", []]];
BIS_convMenu = BIS_convMenu + [["How do we get there?", _topic, "start_doe_2c", []]];
BIS_convMenu = BIS_convMenu + [["Any hostile activity?", _topic, "start_doe_2d", []]];
BIS_convMenu = BIS_convMenu + [["I've got everything i need. Let's go.", _topic, "start_doe_3", []]];
};
case "start_faustin_5a": {
BIS_convMenu = BIS_convMenu + [["What's the content of the message?", _topic, "start_doe_2a", []]];
BIS_convMenu = BIS_convMenu + [["Where's the exact source of the transmission?", _topic, "start_doe_2b", []]];
BIS_convMenu = BIS_convMenu + [["How do we get there?", _topic, "start_doe_2c", []]];
BIS_convMenu = BIS_convMenu + [["Any hostile activity?", _topic, "start_doe_2d", []]];
BIS_convMenu = BIS_convMenu + [["I've got everything i need. Let's go.", _topic, "start_doe_3", []]];
};
case "start_faustin_5b": {
BIS_convMenu = BIS_convMenu + [["What's the content of the message?", _topic, "start_doe_2a", []]];
BIS_convMenu = BIS_convMenu + [["Where's the exact source of the transmission?", _topic, "start_doe_2b", []]];
BIS_convMenu = BIS_convMenu + [["How do we get there?", _topic, "start_doe_2c", []]];
BIS_convMenu = BIS_convMenu + [["Any hostile activity?", _topic, "start_doe_2d", []]];
BIS_convMenu = BIS_convMenu + [["I've got everything i need. Let's go.", _topic, "start_doe_3", []]];
};
case "start_faustin_5ca": {
BIS_convMenu = BIS_convMenu + [["What's the content of the message?", _topic, "start_doe_2a", []]];
BIS_convMenu = BIS_convMenu + [["Where's the exact source of the transmission?", _topic, "start_doe_2b", []]];
BIS_convMenu = BIS_convMenu + [["How do we get there?", _topic, "start_doe_2c", []]];
BIS_convMenu = BIS_convMenu + [["Any hostile activity?", _topic, "start_doe_2d", []]];
BIS_convMenu = BIS_convMenu + [["I've got everything i need. Let's go.", _topic, "start_doe_3", []]];
};
case "start_rascalov_4": {
BIS_convMenu = BIS_convMenu + [["I'm sorry for your loss.", _topic, "start_doe_2a", []]];
BIS_convMenu = BIS_convMenu + [["Hey, it wasn't my fault asshole!", _topic, "start_doe_2b", []]];
};
case "start_faustin_5cb": {
BIS_convMenu = BIS_convMenu + [["What's the content of the message?", _topic, "start_doe_2a", []]];
BIS_convMenu = BIS_convMenu + [["Where's the exact source of the transmission?", _topic, "start_doe_2b", []]];
BIS_convMenu = BIS_convMenu + [["How do we get there?", _topic, "start_doe_2c", []]];
BIS_convMenu = BIS_convMenu + [["Any hostile activity?", _topic, "start_doe_2d", []]];
BIS_convMenu = BIS_convMenu + [["I've got everything i need. Let's go.", _topic, "start_doe_3", []]];
};
case "start_faustin_5d": {
BIS_convMenu = BIS_convMenu + [["What's the content of the message?", _topic, "start_doe_2a", []]];
BIS_convMenu = BIS_convMenu + [["Where's the exact source of the transmission?", _topic, "start_doe_2b", []]];
BIS_convMenu = BIS_convMenu + [["How do we get there?", _topic, "start_doe_2c", []]];
BIS_convMenu = BIS_convMenu + [["Any hostile activity?", _topic, "start_doe_2d", []]];
BIS_convMenu = BIS_convMenu + [["I've got everything i need. Let's go.", _topic, "start_doe_3", []]];
}
};
BIS_convMenu