show the additional key bindings only when the bo105 is
used.
This commit is contained in:
parent
b24d911412
commit
5289481a98
1 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue