Originally Posted By: maroon
See examples here of syntax for creating dynamic variable names vs retrieving from them.


I looked at the link before and couldn't get it to work. This is the latest revision, which, again, still doesn't work.
Code:
on *:TEXT:how old is dapper:#: {
     var %ageCount = $eval($+{%,ageCount.,$nick),2)
     inc %ageCount. $+ $nick 1
     if (%ageCount. $+ $nick == 1) {
          msg $chan !age $nick
     }
}