- cleaning/moving data

- can be run as addon (mostly working)
This commit is contained in:
Slawek Mikula
2017-10-19 23:24:56 +02:00
parent 579b1b69d8
commit 08a4fcb0ee
68 changed files with 436 additions and 9775 deletions
+3 -2
View File
@@ -13,11 +13,12 @@ var show_message = func (m, delay, snd = nil) {
setprop("/sim/mission/message/message-delay", delay);
setprop("/sim/mission/message/show-message", 1);
if (snd != nil)
if (snd != nil) {
mission.play_sound(snd);
}
}
mission.addExtension("MissionObject", {
mission.extension_add("MissionObject", {
type: "dialog-action",
new: func(n) {