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
problem offset obstacle and/or platform
Re: problem offset obstacle and/or platform
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.
Grimrock 1 dungeon
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Grimrock 2 resources
I no longer answer scripting questions in private messages. Please ask in a forum topic or this Discord server.
Re: problem offset obstacle and/or platform
Thank you.