RPG Maker Forums

Whenever I try and change a party member during a boss fight (one of them sacrifices their selves)

 

I get an error for line 559 in VE actors battlers script (the one in bold) and it crashes.

 

It may be because im using Victor script with yanlfys party system.

 

Is there any way i can fix this?

 

 

 

 

 #--------------------------------------------------------------------------

  # * New method: update_party

  #--------------------------------------------------------------------------

  def update_party

    @actor_sprites.each_index do |i|

      next if $game_party.battle_members.include?(@actor_sprites.battler)

      @actor_sprites.dispose

      @actor_sprites = nil

    end

    $game_party.battle_members.collect do |actor|

      next if @actors_party.include?(actor)

      @actor_sprites.push(Sprite_Battler.new(@viewport1, actor))

    end

    @actor_sprites.compact!

    @actors_party = $game_party.battle_members.dup

    $game_party.battle_members.each do |actor|

      old_position = [actor.screen_x, actor.screen_y]

      actor.default_direction if $imported[:ve_animated_battle]

      if old_position != [actor.screen_x, actor.screen_y]

        sprite(actor).start_effect:)appear) 

      end

    end

  end

end

Latest Threads

Latest Profile Posts

Day 9 of giveaways! 8 prizes today :D
He mad, but he cute :kaopride:

Our latest feature is an interview with... me?!

People4_2 (Capelet off and on) added!

Just beat the last of us 2 last night and starting jedi: fallen order right now, both use unreal engine & when I say i knew 80% of jedi's buttons right away because they were the same buttons as TLOU2 its ridiculous, even the same narrow hallway crawl and barely-made-it jump they do. Unreal Engine is just big budget RPG Maker the way they make games nearly identical at its core lol.

Forum statistics

Threads
106,038
Messages
1,018,467
Members
137,821
Latest member
Capterson
Top