Heroes Variables

smoochy boys on tour

oO~Unknown~Oo

Banned
Banned
Veteran
Dec 4, 2007
1,823
18
145
UK
is there a way to check who has highest variable count in script?

like a top 5 sort of thing...
 

neo16uk

LOMCN Veteran
Veteran
Aug 20, 2006
563
14
125
not totaly sure but some thing to do with these npc commands
Code:
<$USERCOUNT>
<$DATETIME>
<$HIGHLEVELINFO>
<$HIGHPKINFO>
<$HIGHDCINFO>
<$HIGHMCINFO>
<$HIGHSCINFO>
<$HIGHONLINEINFO>
<$USERNAME>
<$LEVEL>
<$HP>
<$MAXHP>
<$MP>
<$MAXMP>
<$AC>
<$MAXAC>
<$MAC>
<$MAXMAC>
<$DC>
<$MAXDC>
<$MC>
<$MAXMC>
<$SC>
<$MAXSC>
<$EXP>
<$MAXEXP>
<$PKPOINT>
<$CREDITPOINT>
<$HW>
<$MAXHW>
<$BW>
<$MAXBW>
<$WW>
<$MAXWW>
 
Upvote 0

iJam

To the rhythm
VIP
Oct 8, 2007
1,522
99
195
London
nah not them ones mate

[Jam]
Rex=1
[Enforcer]
Rex=5


for example if you had these variables
then how would you check that Enforcer has the highest variable
 
Upvote 0