ID:157253
 
Say I have the following:
[P.attacks[i]]

And I want to just add PP to the end of the value of that, how would I do that? Doing the following does not work.
[P.attacks[i]PP]
You should ask me this stuff on MSN first
"[P.attacks[1]]    [P.attacks[P.attacks[1]]]/[MaxPP] PP"

attacks = list("name of attack" = current PP amount)

An example output of the first line:
"Growl 30/35 PP"
In response to GhostAnime
Yeah but I don't really want to bother you. Actually, what I had done previously was declare the maxpp in the list and then tried to display the current pp with a variable but I'll just switch them around. Thanks.