Why when i make a script and in the script write
player action ["eject",vehicle player]
then execute it with eject = [] execvm"eject.sqf" it works fine, but if i do
_vp = vehicle player
player action ["eject", _vp]
then nothing happens....
and if i do like
_m1 = _this select 0
_vm = vehicle _m1
_m1 action ["EJECT",_vm]
and execute it with eject = [player] execvm"eject.sqf" then also nothing happens
if i remember correctly it worked fine when i did that in ofp
so confusing..
thanks