Ok I managed to get the thing working...lol That was a testament to hard work

But I have one issue left....I currently use sequential spawning to produce a command flow of checks in my spawning.
So I check to see if there's a pile of gold with more than the required amt of gold, if so I go to a spawn group that says to simply reduce the amount of the gold.
If this passes, then it checks to see if there's a pile of gold with just the right amt of gold, if so it goes to a spawn group that deletes that pile of gold
If neither of these check, meaning there is not enough gold or no gold, then I shut the chest down.
It works quite well and I am happy with it...but I need this to happen once every 7 days. Currently the way it's going is...it spawns group 1, then spawns group 2 some seconds later. If I set the Min/Max delays to 7 days..it'll take many many weeks to actually go through this process (aka not what I want). I thought by setting the Refractory Min/Max to 7 days, it would do the trick, go through the sequence spawn, and then refract for the desired week long dormancy. Unfortunately the Refractory period seems to be doing nothing.
Any ideas?