Jump to content
New account registrations are disabed. This website is now an archive. Read more here.

PilotBK

Member
  • Content Count

    4
  • Joined

  • Last visited

1 Follower

About PilotBK

  • Rank
    Newbie
  • Birthday 07/20/1992

Profile Information

  • Gender
    Male
  • Location
    New York

Engines

  • Prefered Engine
    RPG Maker XP
  • Engine Level
    Getting There
  • Class Title
    Level Designer
  1. Profile switched to Ypsami

  2. I don't know if anybody else figured this out, but I was looking at a lot of posts and in other forums about it because I wanted to change it myself. I saw a lot of things about adding in all these events and a lot of other complicated stuff. I was playing around with the script editor and found a much simpler way of changing it... To change the amount of time the title screen takes to fade in, go to the script editor and find 'Scene_Title' on the left. Scroll down to lines 66 and 67. It looks like this.... 66 # Execute transition 67 Graphics.transition <------ By adding in a number of frames inside parentheses at the end of line 67, you can change how long the title screen takes to fade in. For example... 66 # Execute transition 67 Graphics.transition(120) <------
  3. I'm not very good with scripting and I can usually figure things out by playing around with them, but this script continues to elude me. I'm using Leon's Party Changing System v1.2 and when I try to take a party member out of the party and put them into reserve an error pops up... "ArgumentError occurred while running script. wrong number of arguments(0 for 1)" This is the event command that I'm using: $game_party.remove_actor_from_party(9) I've tried everything I know of and it just doesn't want to work for me. I searched google and several other forums and haven't found any solution. Any help would be greatly appreciated. EDIT: :pinch: Strange how things figure themselves out...I found out what the problem was.
×
×
  • Create New...