Text only
|
Text with Images
Adventure Game Studio
AGS Support => Beginners' Technical Questions => Topic started by: Moogle on Wed 08/12/2010 20:09:40
Title:
How do I disable a walkable area (solved)
Post by:
Moogle
on
Wed 08/12/2010 20:09:40
Is there a code that I can use to disable my walkable area #2 and also how do I turn it back on.
Title:
Re: How do I disable a walkable area (solved)
Post by:
Matt Frith
on
Thu 09/12/2010 00:38:10
Code
Select
Expand
RemoveWalkableArea(2);
RestoreWalkableArea(2);
It's in the manual.
Text only
|
Text with Images