Ok. Let's say I want my item script to have the primary command @save. What I want to happen is after 1 week(Number of ticks: 604800000) there will be another command that will just @save again.
My current item script is: I want it to @save again after 1 week.(doing another command after 1 week).
[ITEM],2,2,,20,,,,,0xFFFFFFFF,15,2,,,,,,{ atcommand "@save"; },{},{}
Please help. If ever my explanation is really hard to understand, please tell me and I'll try my best to re-phrase it so you can understand it. Emistry informed me that I need to use gettimetick and addtimer but I don't know how to use the function.