I would like to see CloneText() so I can make new text without using all the size, color, alignment, depth commands over and over. CloneSprite() has saved me a BUNCH of time.
Hey, also, if CloneText() were put in, it should have an optional parameter of newString$, so you can clone text while changing the string it displays. Yeah, that's the ticket!
CloneText(ID, newString$)
Or, if not that, then how about SetDefaultTextColor(), SetDefaultTextSize(), etc.