Is it possible to have a wildcard on writeini and readini? I want to incorporate a rank system without having to make a separate file, however I also don't want to look up the rank system every time I need to change the points.

For example,
Code:
  writeini -n Points.ini $nick * %points
  
  readini -n Points.ini $nick * %points


So the * is the rank of the individual and the %points would be their points.