hmmm...that one worked a little better, but not quite, just go to my site and download the file...(nt)


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]

Posted by Spyder 63.64.161.173 using Mozilla/4.0 (compatible; MSIE 5.0; Windows 95; DigExt) on March 28, 2000 at 21:50:35:

In Reply to: RRRRRGH!!! This is really pissing me off! Try this one, not the other two... posted by Spyder on March 28, 2000 at 21:48:03:

: 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.
:
: #Method Showchar()
: {
: #FontSize(8)
: #GetLevel("<<<>playerHandle[0]$>[level]!>",lev0!)
: #GetLevel("<<<>playerHandle[1]$>[level]!>",lev1!)
: #GetLevel("<<<>playerHandle[2]$>[level]!>",lev2!)
: #GetLevel("<<<>playerHandle[3]$>[level]!>",lev3!)
: #GetLevel("<<<>playerHandle[4]$>[level]!>",lev4!)
: #GetMaxHP("<<<>playerHandle[0]$>[maxhealth]!>",mhp0!)
: #GetMaxHP("<<<>playerHandle[1]$>[maxhealth]!>",mhp1!)
: #GetMaxHP("<<<>playerHandle[2]$>[maxhealth]!>",mhp2!)
: #GetMaxHP("<<<>playerHandle[3]$>[maxhealth]!>",mhp3!)
: #GetMaxHP("<<<>playerHandle[4]$>[maxhealth]!>",mhp4!)
: #GetHP("<<<>playerHandle[0]$>[health]!>",hp0!)
: #GetHP("<<<>playerHandle[1]$>[health]!>",hp1!)
: #GetHP("<<<>playerHandle[2]$>[health]!>",hp2!)
: #GetHP("<<<>playerHandle[3]$>[health]!>",hp3!)
: #GetHP("<<<>playerHandle[4]$>[health]!>",hp4!)
: #GetMaxSMP("<<<>playerHandle[0]$>[maxsm]!>",msp0!)
: #GetMaxSMP("<<<>playerHandle[1]$>[maxsm]!>",msp1!)
: #GetMaxSMP("<<<>playerHandle[2]$>[maxsm]!>",msp2!)
: #GetMaxSMP("<<<>playerHandle[3]$>[maxsm]!>",msp3!)
: #GetMaxSMP("<<<>playerHandle[4]$>[maxsm]!>",msp4!)
: #GetSMP("<<<>playerHandle[0]$>[smpower]!>",sp0!)
: #GetSMP("<<<>playerHandle[1]$>[smpower]!>",sp1!)
: #GetSMP("<<<>playerHandle[2]$>[smpower]!>",sp2!)
: #GetSMP("<<<>playerHandle[3]$>[smpower]!>",sp3!)
: #GetSMP("<<<>playerHandle[4]$>[smpower]!>",sp4!)
: #GetFP("<<<>playerHandle[0]$>[fight]!>",fp0!)
: #GetFP("<<<>playerHandle[1]$>[fight]!>",fp1!)
: #GetFP("<<<>playerHandle[2]$>[fight]!>",fp2!)
: #GetFP("<<<>playerHandle[3]$>[fight]!>",fp3!)
: #GetFP("<<<>playerHandle[4]$>[fight]!>",fp4!)
: #GetDP("<<<>playerHandle[0]$>[defense]!>",dp0!)
: #GetDP("<<<>playerHandle[1]$>[defense]!>",dp1!)
: #GetDP("<<<>playerHandle[2]$>[defense]!>",dp2!)
: #GetDP("<<<>playerHandle[3]$>[defense]!>",dp3!)
: #GetDP("<<<>playerHandle[4]$>[defense]!>",dp4!)
: #Color(3)
: #Text(charx!,5,"Name: <<>playerName0$>")
: #Text(charx!,6,"Class: <<>playerHandle[0]$>")
: #Text(charx!,7,"Level: <<>lev0!>")
: #Text(charx!,8,"HP: <<>hp0!>/<<>mhp0!> SP: <<>sp0!>/<<>msp0!>")
: #Text(charx!,9,"FP: <<>fp0!> DP: <<>dp0!>")

: #Text(charx!,12,"Name: <<>playerName1$>")
: #Text(charx!,13,"Class: <<>playerHandle[1]$>")
: #Text(charx!,14,"Level: <<>lev1!>")
: #Text(charx!,15,"HP: <<>hp1!>/<<>mhp1!> SP: <<>sp1!>/<<>msp1!>")
: #Text(charx!,16,"FP: <<>fp1!> DP: <<>dp1!>")

: #Text(charx!,19,"Name: <<>playerName2$>")
: #Text(charx!,20,"Class: <<>playerHandle[2]$>")
: #Text(charx!,21,"Level: <<>lev2!>")
: #Text(charx!,22,"HP: <<>hp2!>/<<>mhp2!> SP: <<>sp2!>/<<>msp2!>")
: #Text(charx!,23,"FP: <<>fp2!> DP: <<>dp2!>")

: #Text(charx!,26,"Name: <<>playerName3$>")
: #Text(charx!,27,"Class: <<>playerHandle[3]$>")
: #Text(charx!,28,"Level: <<>lev3!>")
: #Text(charx!,29,"HP: <<>hp3!>/<<>mhp3!> SP: <<>sp3!>/<<>msp3!>")
: #Text(charx!,30,"FP: <<>fp3!> DP: <<>dp3!>")

: #Text(charx!,33,"Name: <<>playerName4$>")
: #Text(charx!,34,"Class: <<>playerHandle[4]$>")
: #Text(charx!,35,"Level: <<>lev4!>")
: #Text(charx!,36,"HP: <<>hp4!>/<<>mhp0!> SP: <<>sp4!>/<<>msp4!>")
: #Text(charx!,37,"FP: <<>fp4!> DP: <<>dp4!>")
: #FontSize(10)
: }
:

: Thanks in advance!
: SPYDER




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ Awesome Software Online Message Board ] [ FAQ ]