Twin Matrix
Member
Hi,
I have an odd problem. When I do "p $game_party" I get info that suggests that there IS an 'actors':
#<Game_Party:0x7d63bf8 @gold=0, @steps=0, @armors={}, @grid_points={0=>0, 1=>0}, @actors=[#<Game_Actor:0x7d63118 @armor4_id=35, @actor_id=1, [.....]
Then if I do "p $game_party.actors" I got one with @actor_id==1.
But then if I do "p $game_party.actors[1]", it returns nil. Wtf? o_o What could the problem be? I have too many (original) scripts to name, so if you could help me out with where to look (e.g. for '@actors = []' or something) then I'll search for it.^^ Because I have absolutely no clue what the cause could be. Thank you!
Help appreciated mucha. :D
I have an odd problem. When I do "p $game_party" I get info that suggests that there IS an 'actors':
#<Game_Party:0x7d63bf8 @gold=0, @steps=0, @armors={}, @grid_points={0=>0, 1=>0}, @actors=[#<Game_Actor:0x7d63118 @armor4_id=35, @actor_id=1, [.....]
Then if I do "p $game_party.actors" I got one with @actor_id==1.
But then if I do "p $game_party.actors[1]", it returns nil. Wtf? o_o What could the problem be? I have too many (original) scripts to name, so if you could help me out with where to look (e.g. for '@actors = []' or something) then I'll search for it.^^ Because I have absolutely no clue what the cause could be. Thank you!
Help appreciated mucha. :D