I've done some testing of fpgcrawtext and I've found 2 errors:
I'll edit my post with the actual scripts when I get home, but i'll paraphrase the script in summary:
1. this doesn't print the variable to screen. instead it prints the file path to the "presstoenter.tga" hud.
:state=0:dimvar=VarName
:state=0:addvar=VarName 1
:state=0:state=1
:state=1:fpgcrawtext=%VarName
2. this causes the program to crash
:state=0:dimvar=VarName
:state=0:state=1
:state=1:addvar=VarName 1
:state=1:activate=%VarName
:state=1:fpgcrawtext=%VarName
3. This runs OK, but obviously doesn't print the variable to screen
:state=0:dimvar=VarName
:state=0:state=1
:state=1:addvar=VarName 1
:state=1:activate=%VarName
:state=1:fpgcrawtext=100
I couldn't see anything obvious in the source code that says this should happen.
[url="http://raptr.com/No_Turn_Right?src=em_forum"]
[/url]