I have five GUI... I want delete the GUI3 and the GUI4, how i do?
- Select GUIs in tree on left of screen (adds GUI to main menu)
- Select GUI3 from list in GUI Editor
- From menu select GUI->Delete Selected GUI
BFAQ Entry: Deleting stuff besides sprites (http://americangirlscouts.org/agswiki/index.php/AGS_Editor_%26_User_Interface#Deleting_stuff_besides_sprites_and_frames) also deals with this.
I would wish for the same thing in character section. I have too many characters I don't want to be in my game. And there is no Delete character button in ags...yet. :-\
Deleting stuff is never safe, especially when there're lots of them.
Though you can use the oo names to refer to most of the stuff now, you can't gaurantee deleting something won't break your game (since deleting something means the remaining stuff need to be renumbered).
you can always just reuse or [/i]ignore[/i] slots that you want to discard.
The ability to delete stuff was only added for people who are very sure of what they're doing and want to tidy up his game resource a bit.