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.
Does anyone have a Night/Day system script I can use in RM2K?

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 86
I have been trying for a month straight to make one and I've had enough.  :-\

Everytime I take 1 step foward I take about 2 back.

I have one sorta working right now, its 3 minutes in length. The problem is I'm unable to make it loop. The other problem is that when Im entering a house the screentone doesn't stay the same... If any of you have a scropt or anything for me, you would be my god.

******
Revolution is not a bed of roses.
Rep:
Level 91
Project of the Month winner for July 2009
Strike 1, there's no scripts in RM2K.

Moved to RPG Maker Tutorials

**
Rep: +0/-0Level 85
Have you tried a parallel process and common events?  Set the alarm every 3 minutes by toggling a switch which resets the alarm.  Apply that to all maps and you got it.


**
Rep: +0/-0Level 85
A dying ember still burns
At the beginning of the events you want to loop, insert a label, and then at the end of the events you want to loop, insert the Goto Label command and reference the label you just created. For example, if you wanted to make a loop that did Action A, Action B, and Action C and then repeated the sequence over and over again, your code would look like this:

Label: 1
Action A
Action B
Action C
GOTOLabel: 1

Hopefully that helps. If not, I can give you the code I use for my day/night system, but it's a bit longer (24 minute cycle).
Warning: posts may contain traces of gaming. If you are allergic to gaming, you should avoid these posts, as the side effects of direct contact with gaming include but are not limited to drowsiness, upset stomach, headache, loss of memory, lack of self esteem, paralysis or other loss of bodily functions, loss of significant other, humiliation, unexplained death, or loss of hair. If you experience any of these symptoms, please contact your doctor immediately.