For anyone else who has this problem:
Set a variable so that it equals your timer
Multiply it by 40
Then add to the variable (40 = 1 Second)
Then call this script
v=$game_variables[Number of the script you called for your timer]
s=$game_system
s.timer=v
s.timer_working=true