Kashmere 0 Posted August 24, 2007 Im new to editing somewhat but I don't know how to do scripts or set waypoints and stuff, I can only do all the real basic stuff in editor such as set up guys/vehicles/objects/etc What I wanna know is how can I place guys inside a building?? If it's been posted before someone just link me to it on how it works please Thanks, Kash Share this post Link to post Share on other sites
danelectro_dc 0 Posted August 24, 2007 Well, the simple way to do it is place the guy just outside the door, and place a waypoint onto the building, you should get a "house position" option. Share this post Link to post Share on other sites
Kashmere 0 Posted August 24, 2007 I don't even know how to do that :\ Lol Explain please :X I also want to put them on different floors of the building. Share this post Link to post Share on other sites
Kirby 2 Posted August 24, 2007 select the placed AI unit Click waypoints make sure he's still selected double click on the house Look for "House Position" menu Share this post Link to post Share on other sites
Kashmere 0 Posted August 24, 2007 Awesome I got it to work! Now if I want a jet to attack it, an example being the A10, how would this work? Share this post Link to post Share on other sites
killerwhale 1 Posted August 25, 2007 A10 doMove getpos soldierinthehouse; A10 dotarget soldierinthehouse; A10 dofire soldierinthehouse. this would be an easy way in the editor. you can also place a unit with a laserdesignator  and command it to target the soldier in the house, then set a bomber unit in flight, when it sees the laser, it will drop its BOMBS on the that house, sweet! put the bomber unit's init field this----> this dotarget soldierinthehouse. I believe unless you put this in it's init field , the bomber will not fly to the position of the house you want to bomb. Notice this "soldierinthehouse", you can give it any name. Share this post Link to post Share on other sites
imutep 0 Posted August 25, 2007 You also can try out the Random Building Position Script by Tophe. Here you find it: Download The site is german, but the file is in english language Regards Share this post Link to post Share on other sites