LaDestitute
Member
I noticed Zeriab had made a SecureWait System (a parralarel common event timer that could be user over maps), and I was wondering how would I work it into a day/night system?
http://img132.imageshack.us/img132/9901 ... system.png
For help, This was orginally the default way I was going to do it:
Details for Common Event: Trigger is Parralarel, Switch is 001: System Activate, and I meant it for it to have six parts of a cycle: Dawn, Morning, Noon, Afternoon, Evening, and Night. The reason why I was posting this thread is because I encounter problems with my DNS WIP.
http://img132.imageshack.us/img132/9901 ... system.png
For help, This was orginally the default way I was going to do it:
Code:
<Loop>
@Set Variable: [001: Time] +1
@Play Se:'Cockadoodle-Doo', 80, 100
@Change Screen Color Tone (-50,-50,-50,0), @0
@Wait 500 Frames
@Wait 500 Frames
@Wait 500 Frames
@Set Variable: [001: Time] +1
@Change Screen Color Tone (-30,-30,-30,0), @0
@Wait 500 Frames
@Wait 500 Frames
@Wait 500 Frames
@Set Variable: [001: Time] +1
@Change Screen Color Tone (-15,-15,-15,0), @0
@Wait 500 Frames
@Wait 500 Frames
@Wait 500 Frames
@Set Variable: [001: Time] +1
@Play Se:'Meow', 80, 100
@Change Screen Color Tone (50,50,50,0), @0
@Wait 500 Frames
@Wait 500 Frames
@Wait 500 Frames
@Set Variable: [001: Time] +1
@Change Screen Color Tone (-85,-85,-85,0), @0
@Wait 500 Frames
@Wait 500 Frames
@Wait 500 Frames
@Set Variable: [001: Time] +1
@Play Se:'Hoothoot', 80, 100
@Change Screen Color Tone (-125,-125,-125,0), @0
@Wait 500 Frames
@Wait 500 Frames
@Wait 500 Frames
@Set Variable: [001: Time] =0
<Loop>
Details for Common Event: Trigger is Parralarel, Switch is 001: System Activate, and I meant it for it to have six parts of a cycle: Dawn, Morning, Noon, Afternoon, Evening, and Night. The reason why I was posting this thread is because I encounter problems with my DNS WIP.