Oh how I was in your position once, text for character names in the RPG battle system. Well, make text a sprite, they refresh and show on 3d screens, but anyways, here ya go:
Rem print the characters current name
charname$= "Your Name Here"
set text font "Enviro"
Set text size 30
Set text to bold
tw = text width(charname$)
th = text height("A")
create bitmap 17, tw, th
text 0, 0, charname$
get image 17, 0, 0, tw, th
delete bitmap 17
sprite 17, 300, 503, 17
Hope that helps ya! Now, if you want it to be above the character, your going to have to insert some code for when you press keys to move the sprite. I hope this gets you started!
RPGamer
Upcoming RPG: Eternal Destiny : Help Wanted!
Http://halbrosproductions.netfirms.com