The only way to do something like this, would be to add the points accumulated into a different field in the user table and have it award the points in the other userfield in a cron task.
Which imo, doesnt really sound that practical and doesnt warrant having another field in the user table for this, although, u could add support for this on ur own I'd think just by manually adding a new table to ur user table, changing the points table in the vbBux Settings to ur newly created table, and creating a CRON task to transfer the points hourly, nightly, etc..
-CMX
|