Ok so I have the fishing system ALMOST done. I just need to make it so that you can only catch a certain number of fish in an hour. Would you have to use a time script for this or could you integrate ot within the fishing event?
You could easily setup a variable that reccords time via a parallel process common event.
I believe there is a time varible scripted in already, but I don't know much about scripting so I don't know how/if you'd be able to use that instead.
Thanks for the idea, I'll try that out.
Is your fishing system made with events or is it scripted? If scripted, there is an easier way to limit the number of max catches per hour.
Well right now it's events. I can't script >.<