Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: on Wed 14/07/2004 19:00:38

Title: Walk to object then stop? <SOLVED>
Post by: on Wed 14/07/2004 19:00:38
Hi, I am a noobie, i know this is the stupidest question ever asked but i checked every forum, nothing.

I'd like to place a door as object - Character'd not walk through the door, just stop when the character walks into the door - I tried every interaction, but would not work! so how?
Title: Re: Walk to object then stop?
Post by: on Wed 14/07/2004 20:54:29
I solved the problem by adding Remove / RestoreWalkableArea(2); code.

Thanks anyway