mIRC Home    About    Download    Register    News    Help

Print Thread
#76736 26/03/04 03:23 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
faces2 { var %a = 1
while (%a <= 12) { if (%count. $+ %a > %high) { set %high %count. $+ %a }
if (%count. $+ %a < %low) { set %low %count. $+ %a }
inc %x
}
}
What's wrong with this? =\


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#76737 26/03/04 03:48 AM
Joined: Dec 2002
Posts: 1,541
L
Hoopy frood
Offline
Hoopy frood
L
Joined: Dec 2002
Posts: 1,541
faces2 {
var %a = 1
while (%a <= 12) {
if (%count. $+ %a > %high) { set %high %count. $+ %a }
if (%count. $+ %a < %low) { set %low %count. $+ %a }
inc %x <--- Change this to %a and see if that works
}
}


Those who fail history are doomed to repeat it
#76738 26/03/04 03:55 AM
Joined: Dec 2003
Posts: 199
K
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
Lol -_-
Thanks. wink


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#76739 26/03/04 03:57 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Use %count. [ $+ [ %a ] ] (explanations here)


Link Copied to Clipboard