meade95 0 Posted September 25, 2010 (edited) I DL one of the FOBs - I would like to add some Offensive weapon systems to it - How do I go about placing say an M2 MG within a tower? I can only seem to place items on the ground level?? How do I place them within buildings not on the ground/1st floor... or more importantly up in towers? Thanks ---------- Post added at 06:08 AM ---------- Previous post was at 05:43 AM ---------- Well...I found this link....will try to learn more from here... http://forums.bistudio.com/showthread.php?t=102965&highlight=Placing+objects Edited September 25, 2010 by meade95 Share this post Link to post Share on other sites
twirly 11 Posted September 25, 2010 You can set the vertical position of the object like this....put in the objects Initialization field. this setpos [getpos this select 0, getpos this select 1, 2.1]; This sets the object to the same location (x,y) where it is currently placed....but with a new height (z) of 2.1m. Adjust the height value to whatever you need. Share this post Link to post Share on other sites
twirly 11 Posted September 25, 2010 Thank you! No worries mate :) Share this post Link to post Share on other sites
meade95 0 Posted September 26, 2010 Works great.... Share this post Link to post Share on other sites