OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: ppthedaddy09 on 16 Oct 2003, 18:26:50

Title: Need Help Please
Post by: ppthedaddy09 on 16 Oct 2003, 18:26:50
When on the mission editor, can anyone tell me how to stack objects on top of each other such as a wall on top of another...please   ???
Title: Re:Need Help Please
Post by: Kaliyuga on 16 Oct 2003, 18:36:13
type this in the objects init field:

this setpos [getpos this select 0, getpos this select 1,x]

where x= the height above ground ;)

Title: Re:Need Help Please
Post by: ppthedaddy09 on 16 Oct 2003, 18:37:37
thanks a lot, you are a legend