Not logged inOpenClonk Forum
Up Topic Controls Branch - State

This board is threaded (i.e. has a tree structure). Please use the Reply button of the specific post you are referring to, not just any random button. If you want to reply to the topic in general, use the Post button near the top and bottom of the page.

Post Reply
In Response to Zapper
You will have to be able to identify your 10 entries. For example by ID (+Target). I guess you are managing the entries somehow in your script - maybe they are even items in an array? When creating the entries, you'll have to assign them an ID (which could for example be your array index or something).

To remove them you can simply call
GuiClose(int32_t guiID, int32_t subwindowID, C4Object *target)
where subwindowID is the ID you assigned to the entry. guiID is the "main ID" that your call to GuiOpen returned.

You cannot close/update items by index as in "the last two entries".

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill