Page 1 of 1

problem offset obstacle and/or platform

Posted: Sun May 24, 2015 6:31 pm
by Granamir
Hi everyone,
i'm trying to make an object that is walkable at party elevation and is obstacle at elevation -1, till now without success.
Seems neither platform nor obstacle can have offset.
Anyone knows a way to bypass this problem?
TY

Re: problem offset obstacle and/or platform

Posted: Sun May 24, 2015 6:46 pm
by minmay
Offset won't change the map position of the object; it's just for changing the world position of models, sounds, and so on. You have to use two objects for this.

Re: problem offset obstacle and/or platform

Posted: Sun May 24, 2015 7:52 pm
by Granamir
Thank you.