Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: mutterschiff on Wed 10/10/2007 17:17:41

Title: [SOLVED] Request for a new feature (walkable-Area-switch)
Post by: mutterschiff on Wed 10/10/2007 17:17:41
Well, while I was working on my Project I see that there is no possebility to turn walkable Areas on/off in general(in the Scripts). I woud find it it usefull, because I want the player not to be able to enter a speciall area in the fist part of the game. I have solved the problem using regions, but I think a walkable-Area-switch woud make it less complicated
Title: Re: request for a new feature(walkable-Area-switch)
Post by: DoorKnobHandle on Wed 10/10/2007 17:20:33
Well, when you move your characters using the Walk-function, you can always let them ignore the WAs.
Title: Re: request for a new feature(walkable-Area-switch)
Post by: Gilbert on Wed 10/10/2007 17:26:21
Also, there are functions RemoveWalkableArea() and RestoreWalkableArea().

So the feature is aready there, just look for them in the manual.

Unless I had mistaken your request, I'll just lock this thread. If you think there should be something added to it, just PM me and I'll unlock this if appropriate.