RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RESOLVED] Converting Variable to Timer [RMXP]

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 87
I decided to try and create a day/night system on my own without using or even looking at a tutorial. So far, it works pretty well the only thing that gives me problems is interior cells. I came up with a fix that involves storing the timer time in a variable as well as restoring it. What I would like to happen is have the game measure the amount of time you've spent inside the cell. Then, it will calculate how much time should have passed out side and determine what stage in the day time cycle you should be in. I can do all of that . . . the problem is restarting the timer using variables for the values. Is this possible WITHOUT scripting? If not, can someone give me a hand in that department?
« Last Edit: June 21, 2007, 04:39:22 PM by Zeriab »

**
Rep: +0/-0Level 87

**
Rep: +0/-0Level 87
Ok, I did some more search around and I found a clock tutorial by bluexX and decided to go the route of the all out variable timer. Seems to work fine now.