I think he's saying if you have over 5 credits you should get 5 credits a day just to use to join/renew leagues.....think it would be easier to just do an if/then strand to do it though
not going to put down actual programming language as it has been too long since i've done any, but it would be something like this:
program running
each day at credit refresh (already does a check)
if credits <5 / then credits =5
if credits >5 / then activate "join league free"
if credits purchased today / then activate "join league free"
----- sub-process if joined league today / then deactivate "join league free"
joining a league
1st check - if "join league free" is active / then become owner, deactivate "join league free"
2nd check - if credits >4 / then become owner, -5 credits
"join league free" would be a notation in the credits portion of the account