09-06-2005, 01:00 PM
Random game over screen!
just find that first line of code in scean_gameover and replace the line under it with my simple 2 lines of code. Yay for me, for i am a simpleton!
This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.
No support is given. If you are the owner of the thread, please contact administration.
Code:
#LordSephiroth's first script!
@sprite = Sprite.new
go = rand(# of GO screens -1) # name your go screens starting at 0
@sprite.bitmap = RPG::Cache.gameover(go.to_s)
just find that first line of code in scean_gameover and replace the line under it with my simple 2 lines of code. Yay for me, for i am a simpleton!