HenPet 8 Posted May 8, 2020 Im trying to Start a script inside the init of a sign but im always geting an error message: Error Type Script, expected String, code My code looks like this: This addAction ["myText" ,execVM "myScript.sqf"]; I saw something about starting scripts like this: nul = [] execvm "myScript" but when I try this im geting: missing ] Please help me and excuse my bad englisch. Share this post Link to post Share on other sites
phronk 898 Posted May 8, 2020 this addAction ["myText" ,{execVM "myScript.sqf"}]; or this addAction ["myText" ,"execVM 'myScript.sqf'"]; 3 1 Share this post Link to post Share on other sites
HenPet 8 Posted May 8, 2020 Nice working perfectly ❤️ Share this post Link to post Share on other sites