HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Wierd bug with multiboard

05-06-2007, 04:06 PM#1
Ammorth
I'm working on a chat system that uses a multiboard to display chats between players and NPCs (think oblivion). As of now, the system is still in pre-alpha state, but some of it is there and works.

The problem is that every once and a while, 1 of the rows (lucky number 7 to be exact) will not draw on the first chat like it should. I have no idea why it doesn't and have been debugging it for a good few hours already.

On a side note, it seems that using MultiboardClear() removes the multiboards reference of the info on the board, but doesn't actually clear the icons or text (hence, it is bugged).

Edit: Avoided the bug by creating a new multiboard every timer a new chat is displayed. I tried to avoid this by recycling the same multiboard, but it wasn't working.