jordanbache97 47 Posted May 3, 2015 Hi guys I have not played arma for about a month and Im stuck on a init script and I cant see whats wrong with it. [this, "general.sqf"] execVM "loadouts\general.sqf"; This is for an ammo box, can someone please just see what is wrong please. Jordan Share this post Link to post Share on other sites
654wak654 25 Posted May 3, 2015 (edited) There is a "this" variable so I'm assuming you're trying to put this in the ammoboxes' init and it's giving you an error. Try this: [color="#FF8040"][color="#1874CD"]_handle[/color] [color="#8B3E2F"][b]=[/b][/color] [color="#8B3E2F"][b][[/b][/color]this[color="#8B3E2F"][b],[/b][/color] [color="#7A7A7A"]"general.sqf"[/color][color="#8B3E2F"][b]][/b][/color] [color="#191970"][b]execVM[/b][/color] [color="#7A7A7A"]"loadouts\general.sqf"[/color][color="#8B3E2F"][b];[/b][/color][/color] Made with KK's SQF to BBCode Converter Edited May 3, 2015 by 654wak654 Share this post Link to post Share on other sites
jordanbache97 47 Posted May 3, 2015 I get no error anymore but nothing appears in the box when I load in. Share this post Link to post Share on other sites
654wak654 25 Posted May 3, 2015 Maybe something is wrong with the script then? You could share it if you want. I really don't get why you're adding the script file name there. Also do you have the -showScriptErrors parameter on? If not it'll help you in finding script errors (-cpt. obvious). In the launcher it's under Parameters >> Advanced >> Author. Share this post Link to post Share on other sites