My maxmp: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
ZammyWarrior (talk | contribs) No edit summary |
||
| Line 4: | Line 4: | ||
[[Category:Ash Functions |My maxmp()]] | [[Category:Ash Functions |My maxmp()]] | ||
[[Category:Needs Code Samples | My maxmp()]] | [[Category:Needs Code Samples | My maxmp()]] | ||
<pre>if(my_mp() == 0){ | |||
restore_mp(mymax_mp()); | |||
} </pre> | |||
Revision as of 03:25, 31 August 2007
int my_maxmp()
Returns your highest possible MP level
if(my_mp() == 0){
restore_mp(mymax_mp());
}