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?
You can use the Character.Solid property, and set it to false for characters when they die.