allowGetIn – Talk
Jump to navigation
Jump to search
this command doesn't seem to achieve anything -- ook?
- I can't get it do anything in ArmA 1.14 either... --Ceeeb 13:20, 21 November 2008 (CET)
- Try this
this assignAsDriver mm; [this] orderGetIn true
and then try thisthis assignAsDriver mm; [this] allowGetIn false; [this] orderGetIn true
in the initline of an AI unit, mm is a veh with empty driver seat. See the difference ;) --raedor 13:29, 21 November 2008 (CET)
- Try this