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

tmrevolver

Member
  • Content Count

    7
  • Joined

  • Last visited

1 Follower

About tmrevolver

  • Rank
    Newbie
  1. You, sir, rock. Most immensly. This does exactly what I want, how i want. Thank you.
  2. pardon double post, my computers messing up
  3. I was hoping for some type of script. I've stumbled onto a script to replace the standard script that controls this, but if the bgm and battle bgm aren't the same(for basicaly the entire game other than the event) the overworld bgm stops completely. I'll list it for referance: def call_battle # Clear battle calling flag $game_temp.battle_calling = false # Clear menu calling flag $game_temp.menu_calling = false $game_temp.menu_beep = false # Make encounter count $game_player.make_encounter_count #change $game_temp.map_bgm = $game_system.playing_bgm if $game_temp.map_bgm != $game_system.bgm_play($game_system.battle_bgm) $game_system.bgm_stop # Play battle start SE $game_system.se_play($data_system.battle_start_se) # Play battle BGM $game_system.bgm_play($game_system.battle_bgm) end # Straighten player position $game_player.straighten # Switch to battle screen $scene = Scene_Battle.new end this essentially does what I want for that scene specificaly, but as I said, it causes the bgm for the overworld to stop playing after a battle any other time. Is there a way to temporarly change the game script?
  4. I want to, for a specific event, start playing a bgm, and then initiate a battle, with the same bgm music, and picking up where it was before the battle started. And I only want to do it for this event specificaly. Does anyone know how I would do that?
  5. I read that this particular script is widely used, but when I searched for it, it was listed as a VX script. Can it work for the XP program, and does it need to be altered to do so? I don't really know much about scripts, myself.
  6. I'm a bit new, how exactly do i use the trickster program? and what is the ruby thing? edit: I got the program installed, i thought it was giving me an error :/. anyway, ill see i can get it to work
  7. It say 'unable to find Graphics/Characters/Empty' when I tried calling it. how do I fix that?
×
×
  • Create New...