1
0
Fork 0

show the additional key bindings only when the bo105 is

used.
This commit is contained in:
ehofman 2003-11-28 13:48:18 +00:00
parent b24d911412
commit 5289481a98

View file

@ -1,6 +1,11 @@
# $Id$
#print("Loading bo105.nas");
print("\tShift-C ... open/close rear door");
if (streq(getprop("/sim/aero"), "bo105")) {
print(
"Additional key bindings for the bo105 helicopter:\n\n",
"\tShift-C ... open/close rear door"
);
}
rearpos = "/controls/doors/rear";
rearstep = "/controls/doors/rear-state";