Posted by Spyder 63.64.161.173 using Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt) on March 28, 2000 at 21:33:07:
I'm trying to display the stats of the characters on my menu. The only problem is they always come up as 0, no matter who is in whichever slot. I even tried it with a person in each slot. Anyway, heres the part that displays the stats, if someone could take a look at it and maybe figure out what's wrong, I'd really appreciate it. #Text(charx!,12,"Name: #Text(charx!,19,"Name: #Text(charx!,26,"Name: #Text(charx!,33,"Name:
#Method Showchar()
{
#FontSize(8)
#GetLevel("<
#GetLevel("<
#GetLevel("<
#GetLevel("<
#GetLevel("<
#GetMaxHP("<
#GetMaxHP("<
#GetMaxHP("<
#GetMaxHP("<
#GetMaxHP("<
#GetHP("<
#GetHP("<
#GetHP("<
#GetHP("<
#GetHP("<
#GetMaxSMP("<
#GetMaxSMP("<
#GetMaxSMP("<
#GetMaxSMP("<
#GetMaxSMP("<
#GetSMP("<
#GetSMP("<
#GetSMP("<
#GetSMP("<
#GetSMP("<
#GetFP("<
#GetFP("<
#GetFP("<
#GetFP("<
#GetFP("<
#GetDP("<
#GetDP("<
#GetDP("<
#GetDP("<
#GetDP("<
#Color(3)
#Text(charx!,5,"Name:
#Text(charx!,6,"Class:
#Text(charx!,7,"Level:
#Text(charx!,8,"HP:
#Text(charx!,9,"FP:
#Text(charx!,13,"Class:
#Text(charx!,14,"Level:
#Text(charx!,15,"HP:
#Text(charx!,16,"FP:
#Text(charx!,20,"Class:
#Text(charx!,21,"Level:
#Text(charx!,22,"HP:
#Text(charx!,23,"FP:
#Text(charx!,27,"Class:
#Text(charx!,28,"Level:
#Text(charx!,29,"HP:
#Text(charx!,30,"FP:
#Text(charx!,34,"Class:
#Text(charx!,35,"Level:
#Text(charx!,36,"HP:
#Text(charx!,37,"FP:
#FontSize(10)
}
Thanks in advance!
SPYDER