Cap.Nascimento 0 Posted January 15, 2020 I was trying to use some trigger to refuel/repair/rearm ground vehicles, heli and jets but when i reach the trigger, an error appears "scriptname.sqf not found" I already did the Scripts folder in the mpmissions folder, etc... I'm new at these script things, someone can help me with this? I just want to choose a place in my missions tô refuel/rearm/repair my vehicles Share this post Link to post Share on other sites
major-stiffy 281 Posted January 15, 2020 What are you using to call the script inside the trigger? 1 Share this post Link to post Share on other sites
Larrow 2828 Posted January 15, 2020 2 hours ago, Cap.Nascimento said: I already did the Scripts folder in the mpmissions folder, Should be in your actual mission folder, something like... \My Documents\Arma 3\missions\nameMissionWasSavedAs OR If using a different profile to your default. \My Documents\Arma 3 - Other Profiles\ProfileName\missions\nameMissionWasSavedAs Where ProfileName is replaced with the name of your character profile. Where nameMissionWasSavedAs is the name given in the editor when saving your mission. In the editor, after saving, you can use the menu option Scenario > Open Scenario Folder ,this will open the folder where you need to place your folder/scripts for the current mission open in the editor. 1 Share this post Link to post Share on other sites
Cap.Nascimento 0 Posted January 15, 2020 @major-stiffy call{_handle = [(thisList select 0)] execVM "scripts\ServiceGround.sqf";} (For ground vehicles) @Larrow I moved it from mpmissions folder to the missions folder and still getting the error Share this post Link to post Share on other sites