i did this but it isnt increasing
darkcastle = 1 in table TwitchChannelUsers even though $hget(DoubleTokens,darkcastle).data = Double

Code:
[/code]

alias AddTokensToDoubleUsers {
  var %i = 1, %a
  while ($nick(#,%i)) {
    %a = $v1
    if ($hget(DoubleTokens,%a) == Double) { hinc TwitchChannelUsers %a }
    inc %i
  }
}
[code]

Last edited by DaRkCaSTLe1974; 03/06/13 05:42 PM.