Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: limeyman1992 on Mon 28/06/2010 22:44:21

Title: Reigon walk off [Solved]
Post by: limeyman1992 on Mon 28/06/2010 22:44:21
In my game I have a reigon where when the player steps onto it, a conversation is started. How do I make the reigon stop working afterwards so the conversation isn't repeated time and time again?
Title: Re: Reigon walk off
Post by: Khris on Mon 28/06/2010 23:04:00
Either turn off the Region afterwards (set its .Enabled to false) or use Game.DoOnceOnly.