Conversation Between Crazyninjaguy and venom12
Showing Visitor Messages 1 to 15 of 22
-
-
Sure, but you won't take up one of the slots cos i know you :3
-
-
Ehhhh not much. You?
Hows your Dual Screen coming along? Can i see some screenshots?
-
-
-
Hi do you know how i can do metadata new map type like you have safari, bugcontest map?
-
Nono i've come over that problem :P
I use this
if $Trainer && $Trainer.pokedex
Gets rid of the error :P
-
And using $Trainer.pokedex etc? Start new game and look what you got XD
-
Yeah, easier than creating a whole new scene for it :P
-
You maked touch menu on scene_map?
-
February 26th, 2010 2:30 PM
venom12
Sorry again me last question, you know what i must use to load pokemon icon of battler which i use?
-
February 26th, 2010 6:15 AM
venom12
Thanks that works :D
-
Ok, well i haven't tested this, but to just display a number, you do @pokemon.hp which should in theory return the current hp of @pokemon
Define @pokemon before you call @pokemon.hp by doing this:
@pokemon=$Trainer.party[0]
With the [0] being the first pokemon in the party going all the way up to 5 but not higher.
So overall the whole little section should look like this
@pokemon=$Trainer.party[0]
@pokemon.hp
And to check the hp for testing purposes, put this below @pokemon.hp
print @pokemon.hp
Hope that helped :)
-
February 25th, 2010 12:31 PM
venom12
ou know how i can check pokemon hp like i have pokemon.happines>250 so how hp?