The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: Pl0xability on April 05, 2009, 06:57:10 AM

Title: [Resolved] Add time to the ingame timer.
Post by: Pl0xability on April 05, 2009, 06:57:10 AM
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