1
0
Fork 0

Updated MPCarrier:

- Fixed problems occuring when deployed outside fg-root.
- Got rid of the ugly ac-type property.
- Cleaned up the 3d model XML files.
- Improved carrier player detection.
- Improved the no MPCarriers found message.
This commit is contained in:
Anders Gidenstam 2012-01-07 15:54:06 +01:00
parent 4e0cbba20a
commit e7408c63fb

View file

@ -568,9 +568,9 @@
<command>nasal</command>
<script>
if (contains(globals, "MPCarriers")) {
MPCarriers.carrier_dialog.show();
MPCarriers.carrier_dialog.show();
} else {
gui.popupTip("No MPCarriers around at the moment.");
gui.popupTip("Found no MPCarriers for activated carrier AI scenarios within range.", 5.0);
}
</script>
</binding>