Jump to content
Sign in to follow this  
tlee231

Layered wall

Recommended Posts

Hi,

I'm trying to build a huge multi-layer wall (wooden fence on top of another wooden fence on top of another wooden fence, etc.)

How do I get a wooden fence to be on top of another wooden fence?

How would I do this for many more overlapping fence?

(I'm trying to build a fort)

Share this post


Link to post
Share on other sites

You can use the setpos command

to make the fort

fence_a= 1st fence name

fence_b= 2nd fence name

Put this code sample in the second piece of fence..

fence_b setpos [(getpos fence_a select 0, getpos fence_a select 1, 2)]

The 2 represents the 2nd piece of fence height in meters, you will probably have to tinker with it a bit.

There is a bunker site somewhere with premade forts and stuff....Im sure you can find the link if you search "bunker"

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×