Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: deltamatrix on Thu 26/04/2007 12:48:07

Title: Disable Character Blocking?
Post by: deltamatrix on Thu 26/04/2007 12:48:07
Hi,

Another beginner question from an experienced programmer. Oh the shame!

I can't find the option to disable character blocking. i.e. when a character automatically walks around another character.
I would like to disable this feature for characters who in my game are lying dead on the floor as they can sometimes block access to exits.

How do I do this?
Title: Re: Disable Character Blocking?
Post by: GarageGothic on Thu 26/04/2007 13:17:22
You can use the Character.Solid property, and set it to false for characters when they die.