Dark Ash
Lonely
- 73
- Posts
- 19
- Years
- Unknown area
- Seen Feb 10, 2009
Its not about catch the pokemon people. I said way before this game don't have to catch all.Why did you think it would be about catching pokemon????????????????????
Dark Ash said:Its not about catch the pokemon people. I said way before this game don't have to catch all.Why did you think it would be about catching pokemon????????????????????
well, you have showed me stuff thorugh msn, so far nice, but really, this is like making the game and not leeting anyone know you did...Dark Ash said:Let me say this they had been hidden for a long time.you don't catch them.Just to see them
well, you can add moretdata said:If i remember correctly, you can only have 999 heros. So, how would you do 1436? Me, i'm making my own database for them, but i'm only doing up to g/s/c
actor_id > 999 or $data_actors[actor_id] == nil
actor_id > 9999 or $data_actors[actor_id] == nil
def add_data_actor(actor_id)
actor = $game_party.actors.size + 1
$game_party.add_actor(actor)
$game_party.actors[actor] = $data_actors[actor_id]
$game_party.refresh
end