Save-Point
My first script ever... and it works! - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: My first script ever... and it works! (/thread-6858.html)



My first script ever... and it works! - LordSephiroth - 09-06-2005

Random game over screen!

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.


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!