the_shadow 0 Posted December 6, 2006 hi... need some quick help... i try to createvehicle a red smokeshell on a gamelogic.. but i cant find the correct line to put in the init field of a trigger... tried "smokeshellred" createVehicle (getPos logic1) but that doesnt work... gives me a "type object, expected nothing" error... Share this post Link to post Share on other sites
hoz 0 Posted December 6, 2006 This is how I do it. smoke = "SmokeShellRed" createVehicle position GL1 Share this post Link to post Share on other sites
the_shadow 0 Posted December 6, 2006 verified and works in ArmA? Share this post Link to post Share on other sites
hoz 0 Posted December 6, 2006 Yep. In a radio trigger. It did not work in the players init line. Share this post Link to post Share on other sites
the_shadow 0 Posted December 6, 2006 it worked in a trigger.... thanks Share this post Link to post Share on other sites