Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Joacim Andersson on Wed 01/02/2023 00:14:56

Title: [RESOLVED] Removing and restoring Walk-behind area
Post by: Joacim Andersson on Wed 01/02/2023 00:14:56
Is it possible to remove and restore Walk-behind areas, just as we can remove and restore walkable areas? Maybe by just changing its baseline via a script?
Title: Re: Removing and restoring Walk-behind area
Post by: Khris on Wed 01/02/2023 07:38:20
That's exactly how it works:
https://adventuregamestudio.github.io/ags-manual/Globalfunctions_Room.html#setwalkbehindbase

You can also use a non-clickable Object instead and turn it off.
Title: Re: Removing and restoring Walk-behind area
Post by: Joacim Andersson on Wed 01/02/2023 07:41:30
Thank you again, Khris. I was searching for that function, SetWalkBehindBase, but couldn't find it. I have solved this in another way but this is great to know for the future.