Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Calintz on January 30, 2008, 03:31:57 pm

Title: [Resolved]>>Showing Pictures in the Battle_Result Window
Post by: Calintz on January 30, 2008, 03:31:57 pm
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