[Resolved]>>Showing Pictures in the Battle_Result Window

Started by Calintz, January 30, 2008, 03:31:57 pm

Previous topic - Next topic

Calintz

January 30, 2008, 03:31:57 pm Last Edit: January 30, 2008, 03:37:42 pm by Calintz16438
When the battle ends,  would like to show a victory picture like in CP, but I can't figure out how to do this for the life of me!!??

This is done with these simple lines of code:
@whatever = Sprite.new
@whatever.bitmap = RPG::Cache.picture("filename")
Graphics.update