- Joined
- Jan 15, 2015
- Messages
- 4
- Reaction score
- 0
- First Language
- French
- Primarily Uses
Hi, guy, I try to make a game with 649 pokemons, $game_variables[41] contain a number each 1....649.
and I make $game_variables[32]="$$game_variables[41]" because the pokemon filename is $xxx (ex : $001, $382, $151)
when I make hero.set_graphic($game_variables[32], 0, "Evil", 2) it's doesn't work ('cause the variable 32 don't contain what I want and IDK how to store in $game_variables32 : "$xxx"
I need these " 'cus if I make hero.set_graphic($202, 0, "Evil", 2) ($202 is a example) it's doesn't work too.
I spend 4 hours in that but I'm not really good in english.
So, I just want to know how to store in $game_variables[32] that > "$$game_variables[41]"
Thank's for answer.
and I make $game_variables[32]="$$game_variables[41]" because the pokemon filename is $xxx (ex : $001, $382, $151)
when I make hero.set_graphic($game_variables[32], 0, "Evil", 2) it's doesn't work ('cause the variable 32 don't contain what I want and IDK how to store in $game_variables32 : "$xxx"
I need these " 'cus if I make hero.set_graphic($202, 0, "Evil", 2) ($202 is a example) it's doesn't work too.
I spend 4 hours in that but I'm not really good in english.
So, I just want to know how to store in $game_variables[32] that > "$$game_variables[41]"
Thank's for answer.
Last edited by a moderator:

