Is bad cron to blame?
I'm making a plugin that simply adds one mission string to the game. Everything was going well until I tried to make a cron. For the storyline the player needs to have 200000 credits deducted daily. Giving them a rank that does this is easy enough but I want the rank to go away after 31 days. So I figured I'd make a mission grant the player the rank, and then have a cron that took away the rank when it expired after 31 days. The mission would also set b6308, which I was planning to use to trigger the cron to start.
However, since making the cron Nova quits out every time I finish the last mission. A soon as I hit the ok button at the end of the complete text the game dissapears. I can only assume that the cron is causing the game to quit when it's activated or that the mission complete NCB is making it happen. I've uploaded a screenshot of the cron, as seen in Mission Computer. If you need to see the whole plugin to help I can upload that too. Thank you for your help.
Attached File(s)
- Picture_1.png (73.72K)
Number of downloads: 13
This post has been edited by huffysama : 11 August 2009 - 09:20 PM