@shadow_7283: I changed the loading variable to "LiLoading", are you happy now? Yeah, there's a new element for SWC - Lists! List are one of the more complicated elements of SWC. The format is: list=label;x,y;type:bullet type;sort:yes/no;item type:attributes,item types:attributes The "type" can be either ordered or unordered. Bullet types for ordered are "numbers", "letters(uppercase)", and "letters(lowercase)". Bullet types for unordered are "dash", "square", and "circle". The next area can be either "sort:yes" or "sort:no". Making it sort:yes sorts the values of the list in alphabetical order, with numbers coming before letters. The sorting algorithm is REALLY complicated, and I urge you not to mess with it. It took me a while to perfect... Item types are text and link. Currently only text is functional. It's attributes are "TEXT", as in "example".