Unlimited Party Members

Started by G_G, May 09, 2009, 11:41:20 pm

Previous topic - Next topic

G_G

Ok this is preferably for Blizz ABS!!!!! And this does not give you a menu to see all the members in your party!!!
module GameGuy
  MaxParty = 8
end

class Game_Party
  def add_actor(actor_id)
    actor = $game_actors[actor_id]
    if @actors.size < GameGuy::MaxParty and not @actors.include?(actor)
      @actors.push(actor)
      $game_player.refresh
    end
  end
end


Change teh 8 to whatever this allows to have unlimted members in a party. :D
PREFERED FOR BLIZZ ABS!!!

Mightylink


G_G

I did this in blizz abs. Set my max amount to 30 in caterpiller and in that then I layed out a bunch of zombies with invisible respawn points that respawned them after a second they died and tehre was over 10 enemies. Epic lag yes but it was fucking awesome to watch.