Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: xenogia on Tue 12/05/2009 01:09:16

Title: Removing Event Properties
Post by: xenogia on Tue 12/05/2009 01:09:16
Just wondering if there is way to remove say an event property.  An example was I put some code in Anyclick, and now I want to remove it.  Is there a clean way of doing this?
Title: Re: Removing Event Properties
Post by: Matti on Tue 12/05/2009 01:23:00
Just remove the lines of the event script AND the line in the panel where you created the event, next to the [...].
Title: Re: Removing Event Properties
Post by: xenogia on Tue 12/05/2009 01:48:43
Cheers, always it was something that simple :)
Title: Re: Removing Event Properties
Post by: Trent R on Tue 12/05/2009 03:47:03
Well, you could leave it in the script file. It won't really matter if it's sitting there. But if you forget to remove the event (lightning bolt) then you'll get an error when it tries to call the script (whatever it may be)


~Trent