sceptilerancher
PokeGangsta
- 86
- Posts
- 19
- Years
- nunia buisness!
- Seen Nov 4, 2006
anyone wanna answer my question...
try this oneBudgie_boy said:Sorry about this stupid quetsion but how do I make the characters name appear on a message, eg. when Ash looks at a map, it says:
"ASH looked closer at the TOWN MAP"
What I have is:
$data_actors[1] = "ASH"
$Current_Region[1]="KANTO"
All I've done was:
print $data_actors[1] + " " + "looked closer at the" + $current_region + "TOWN MAP"
$current_region = "Kanto"
print "#{$game_party.actors[0].name} looked closer at the #{$current_region} Town map"
search here for "caterpillar" underneath toturials.Bruno1440 said:Hey people how can i make a pokemon fallow the hero like in pokemon yeallow?
[NoLeAfCloVeR0987] said:does neone know how i can get the bag to display how much of a item that you have like (EX: Potion-----x2)?
Blizzy said:try this one
that should work betterCode:$current_region = "Kanto" print "#{$game_party.actors[0].name} looked closer at the #{$current_region} Town map"