I installed the current version oh Khas Sapphire Action System into a game I am creating, and it starts but after my intro screen I created after hitting new game. It goes black, freezes for a few seconds and then this error pops up.
I copied all the scripts into mine, but it won't start for me. How can I fix this error. I haven't really done any scripting, so I'm not sure what I did wrong. No other scripts installed except for
Graphics.resize_screen(640,480)
and
def greet_one
var = "Thank You For Playing!"
msgbox_p(var)
end
def greet_two
RPG::BGS.new("River", 100,100).play
#Audio.bgm_play("Audio/BGM/Battle1", 100,100)
hello = "Presents"
msgbox_p("TITANIC Electronics and Games", hello)
end
greet_one()
greet_two()
This is one I did from watching DiamondandPlatinum3's RGSS3 scripting vids
.
Joe
I copied all the scripts into mine, but it won't start for me. How can I fix this error. I haven't really done any scripting, so I'm not sure what I did wrong. No other scripts installed except for
Graphics.resize_screen(640,480)
and
def greet_one
var = "Thank You For Playing!"
msgbox_p(var)
end
def greet_two
RPG::BGS.new("River", 100,100).play
#Audio.bgm_play("Audio/BGM/Battle1", 100,100)
hello = "Presents"
msgbox_p("TITANIC Electronics and Games", hello)
end
greet_one()
greet_two()
This is one I did from watching DiamondandPlatinum3's RGSS3 scripting vids
.
Joe
Last edited by a moderator:

