(https://rmrk.net/proxy.php?request=http%3A%2F%2Fi74.photobucket.com%2Falbums%2Fi264%2Fjoeyjojojuniorshabbado%2Ftitle1.jpg&hash=801f54844c0e21ee6a4c7187b33a383cfd12b3b9)
can anybosy give me a string of code or tell me what to do to move it to the right so it lets the player see the word aftermath?
In Scene_Title, find:
@command_window.x = 320 - @command_window.width / 2
@command_window.y = 288
And change the 320 to a higher number to move it right, or change 288 to a higher number to move it down.
it isnt moving at all
That should work, i think.
yes it should work unless your using some other edit to scene title (another script that has something to do with the scene)
dont make it like 321 lol...
i made a new project and did it and it worked i then copied scene_Title to my game and still nothing happens?
Check your other custom scripts. Make sure none of them change Scene_Title.