I have seen several scripts that ask me to "Call the script using x" where x is whatever little script snippet they tell me to use.
How do I "call" the script?
Right now I'm working with the script that scrolls credits. It says:
# Scrolls the credits you make below. Original Author unknown. Edited by
# MiDas Mike so it doesn't play over the Title, but runs by calling the following:
# $scene = Scene_Credits.new
So I saw that you can make an event and use "Script" and put that $scene = Scene_Credits.new there... But I tried that on a map covered in dark tiles and nothing happened when I put my character starting point there and playtested. I tried walkable tiles instead, still nothing happened. Am I using the right thing to call the script?
Thanks!
Shei
How do I "call" the script?
Right now I'm working with the script that scrolls credits. It says:
# Scrolls the credits you make below. Original Author unknown. Edited by
# MiDas Mike so it doesn't play over the Title, but runs by calling the following:
# $scene = Scene_Credits.new
So I saw that you can make an event and use "Script" and put that $scene = Scene_Credits.new there... But I tried that on a map covered in dark tiles and nothing happened when I put my character starting point there and playtested. I tried walkable tiles instead, still nothing happened. Am I using the right thing to call the script?
Thanks!
Shei