I need some suggestions.
I am working on an on-line RPG for a friend. I have created logon scripts, developed on on-line store so the can buy items, and even created a training area where they can train.
Unfortunately the training section is time based. Training is in hour increments. When the time runs out and the person is done training the only way I have of updating the site is the next time that user logs in using the login script to parse the database. Meanwhile the next person in line may have to wait days until that person logs back in.
Is there any way I could get the site to do regular checks to see if anyone is finished training?
Thanks,
Scott