Hi there!
First of all im very beginner in all these stuff and could do something wrong so please help me ;)
Got a menu that which i press i see some options to choose from.
Not gonna paste all the code just some:
pathtomyscripts = "custom\scripts\"; EXECscript = 'player execVM "'+pathtomyscripts+'%1"';
and got the Menu option like that:
["Move!!", [1], "", -5, [["expression", format[_EXECscript, "move.sqf"]]], "1", "1"],
So...
In the mission file/custom/scripts/move.sqf i got that:
_action = _this select 0; player playMoveNow _action; cutText["Press V to cancel movement","PLAIN DOWN"];
Not sure if doing something wrong but thats not working...
Any help appreciated what could i do wrong in there.
I believe my menus are fine... So got no idea why this doesnt work ;(
EDIT:::
I'm an idiot! _EXECscript => EXECscript
But it doesnt changes that this script isnt working...