MysticTrunks
Member
Hey, I was trying to do a very simple thing that would allow me to draw text over the player or event objects, but this RGSS and I was wondering how I would use built in variables(not Rgss but rmxp built in)
Example:
then like y = y + 1;
This may sound like a ruby question, and it is.. but this isn't a script more like a command instead of splitting variables then making a top of branch commands to show a picture.
Oh.. and after wait 5 frames the text that was draw fades away.
If anyone can help that'd be awesome!
Example:
Code:
draw_text(XXX:HeroX, XXX:HeroY, XXX:damage)
then like y = y + 1;
This may sound like a ruby question, and it is.. but this isn't a script more like a command instead of splitting variables then making a top of branch commands to show a picture.
Oh.. and after wait 5 frames the text that was draw fades away.
If anyone can help that'd be awesome!