Results 1 to 4 of 4

Thread: Placing units -inside- a building?

  1. #1

    Question Placing units -inside- a building?

    Hi,

    So, my question is simple. How the heck can I place units inside buildings? When I place them on the buildingmarkers, they just spawn on the roof. I want to place them on different levels, like 2nd floor and 1st floor.

    Sorry I had to make a whole topic about it, but I couldn't find this questions anywhere here

  2. #2
    You can set a waypoint for them to enter different positions in a building or you can set the exact height that they will spawn at but i cant remember how to do that sorry.

  3. #3
    Set object/unit height:
    Put this into the object's/unit's initialization line:
    PHP Code:
    this setPos [(getPos thisselect 0, (getPos thisselect 11.45]; 
    ...where 1.45 is the height above ground.

  4. #4
    Alright, I'll try that. Thanks for the quick answer! =)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •