I finally get to try this on my test server, however there's an error that says, missing 3 curly. I tried adding the closing curlies to the first 3 conditional statement:
if(BaseLevel > 85){ set .@Reset, 100000, 100000, 90000, 0; }
else if(BaseLevel > 75){ set .@Reset, 75000, 75000, 70000, 0;}
else if(BaseLevel > 45){ set .@Reset, 50000, 50000, 50000, 0;}
However, A new error occured, unexpected ";".