I would like a script, that makes it so, the title screen is a certain number of pictures, in order by which they are named in the script, endlessly looping.
Fake Script, not real RGSS:
#######################################
# [Squarey thing] Multi image Title - by me #
#######################################
def id Images = (Title1, 2, 3, 4, 5)
Loop Images::
"Title1" = RPG.Cache Title
"2" = RPG.Cache Title
"3-5 = RPG.Cacge Title
images.show: scene_title.new
Animation = Show Image = 1, 2, 3, 4, 1, etc.
end
Fake Script, not real RGSS:
#######################################
# [Squarey thing] Multi image Title - by me #
#######################################
def id Images = (Title1, 2, 3, 4, 5)
Loop Images::
"Title1" = RPG.Cache Title
"2" = RPG.Cache Title
"3-5 = RPG.Cacge Title
images.show: scene_title.new
Animation = Show Image = 1, 2, 3, 4, 1, etc.
end