allowGetIn – Talk
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
:I can't get it do anything in ArmA 1.14 either... --[[User:Ceeeb|Ceeeb]] 13:20, 21 November 2008 (CET) | :I can't get it do anything in ArmA 1.14 either... --[[User:Ceeeb|Ceeeb]] 13:20, 21 November 2008 (CET) | ||
:: Try this <pre>this assignAsDriver mm; [this] orderGetIn true</pre> and then try this <pre>this assignAsDriver mm; [this] allowGetIn false; [this] orderGetIn true</pre> in the initline of an AI unit, mm is a veh with empty driver seat. See the difference ;) --[[User:Raedor|raedor]] 13:29, 21 November 2008 (CET) | |||
::: Okay, thanks. It does work in that circumstance. However, I notice a get-in waypoint does not respect this setting (or the AI group leader changes it?) --[[User:Ceeeb|Ceeeb]] 14:13, 21 November 2008 (CET) |
Latest revision as of 14:13, 21 November 2008
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
- Okay, thanks. It does work in that circumstance. However, I notice a get-in waypoint does not respect this setting (or the AI group leader changes it?) --Ceeeb 14:13, 21 November 2008 (CET)