RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

[GM] Level Timer

Started by Link, November 29, 2008, 11:51:05 PM

0 Members and 1 Guest are viewing this topic.

Link

I as just wondering what i need to run a timer on a level?


Emirpoen

#1
you have several options here. You could just use the alarm system to track it, or you can involve variables and even use several variables in conjunction with the alarm system and some images.

Edit: ok, given that I've learned some new things about this. first, you'll want an object to draw some test. for the text put '(timer name here)' + string(timer's variable name here). also, you ll want an alarm to keep the timer moving as you see fit.