quite an annoying one, spent too much time on this...
KK demonstrating it on A3 and even Arma wiki stating that:
Quote
script: String or Code - Either path to the script file, relative to the mission folder, or (since Take On Helicopters) the actual script code.
Yet it does not work, even with example provided down below in wiki:
player addAction ["Hint Hello!",{ hint format ["Hello %1!", _this select3]}, name player];
I did notice it states code since TKOH, does that mean only Arma 2.5 and 3 supports this?
To give you an example, this does not work:
_test = player addAction ["Test",{hint"TEST"}];//nop
_test = player addAction ["Test",{hint"TEST"},""];//nop
_test = player addAction ["Test",""];//works
All I want to do is simply change a bool trough addaction without creating a new file just for a single damn line of code, lol
Question
raymix
quite an annoying one, spent too much time on this...
KK demonstrating it on A3 and even Arma wiki stating that:
Yet it does not work, even with example provided down below in wiki:
I did notice it states code since TKOH, does that mean only Arma 2.5 and 3 supports this?
To give you an example, this does not work:
All I want to do is simply change a bool trough addaction without creating a new file just for a single damn line of code, lol
Kinda like this:
Any clues?
Link to comment
Share on other sites
9 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now