745 746 747 748 749 750
# File 'lib/rgss3/rpg.rb', line 745 def initialize @id = 0 @name = '' @members = [] @pages = [RPG::Troop::Page.new] end