Main Menu
  • Welcome to The RPG Maker Resource Kit.

[Resolved] Add time to the ingame timer.

Started by Pl0xability, April 05, 2009, 06:57:10 AM

0 Members and 1 Guest are viewing this topic.

Pl0xability

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