Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: bx83 on Wed 10/04/2019 05:45:08

Title: Make an object Solid=0, still can't pass it
Post by: bx83 on Wed 10/04/2019 05:45:08
I'm having trouble with an animated object I wish my character to 'step over' (he's lying on the ground) to reach a Walk location, pick up an item, and then step over him again.
Except I can't make the object passable. I've tried Solid=false, BlockHeight/Width=0, etc. nothing works.
What am I doing wrong?
Title: Re: Make an object Solid=0, still can't pass it
Post by: Khris on Wed 10/04/2019 08:12:54
Did you check the walkable areas in-game? (press Ctrl-A)
Title: Re: Make an object Solid=0, still can't pass it
Post by: bx83 on Wed 10/04/2019 09:32:49
Solved - it was an invisible character with a wide base blocking the path :)
I will remember Ctrl-A - anywhere I can find some more cheats?
Title: Re: Make an object Solid=0, still can't pass it
Post by: Gilbert on Wed 10/04/2019 09:52:13
From the manual:
Features --> Debugging features (https://www.adventuregamestudio.co.uk/manual/ags24.htm#Debuggingfeatures)

Note that as mentioned you can change these short-cut keys in the global script of your game. The keys listed are just defaults.