What's the problem?
Well for each player it creates a new
GuiMLTextCtrl and sets the image using a packaged
NPL_List::addRow(%this,%i,%t) which is all well and good and works. %i is the row ID so I have the
GuiMLTextCtrl's in a variable using the %i which allows for them to be deleted easily when
NPL_list::removeRowByID(%this,%a) is called. That all works well and good, but I can't get them to re-arrange themselves into the proper order again. Lets say there's three players, player 1 is host and on the top of the list. Player 2 is in the middle and an SA. Player 3 is a normal player. Player 2 leaves, and his SA shield gets removed, player 3 moves up below player 1, but player 3's icon stays where it was.
Lol Furling quoted me before I could post.