hpat 1 Posted March 4, 2012 In a mission I'm making, I need to add a two specific buildings (Land_A_BuildingWIP, and Land_Fort_Watchtower), How would I go about doing so? Share this post Link to post Share on other sites
tay-uk 13 Posted March 4, 2012 You could look at this thread, that may answer your question http://www.armaholic.com/forums.php?m=posts&q=8519 Share this post Link to post Share on other sites
demonized 20 Posted March 5, 2012 http://community.bistudio.com/wiki/createVehicle_array _building = createVehicle ["Land_Fort_Watchtower", _position, [], 0, "NONE"]; _building setDir 180; Share this post Link to post Share on other sites