Home > Tutorials > RPG Maker VX > Time System (Using ONLY Events) Pt I
Time System (Using ONLY Events) Pt I
Create an event, with pages. On the 1st page, do the following:
Control Variables: [0001:Day] = (1-7 (choose your number depending on what day you want to start on))
Control Variables: [0002:Date] = (1-30 (choose number depending on start date))
Control Variables: [0003:Month] = (1-12) (again, choose your number depending on what day you want to start on))
Control Variables: [0004:Year] = (Set number for the year... Either 2 digits (eg. 09) or 4 (eg. 2009))
Control Variables: [0005:Hour] = (0-23 (depending on starting hour))
Control Variables: [0006:Minute] = (0-59 (depending on starting minute))
Control Variables: [0007:Second] = (0-59 (depending on starting second))
Control Self Switch: A=ON
Set this event to PARALLEL PROCESS.
OPTIONAL: Create another variable (Variable 0008: Season)... This does not need to be defined at this moment in time.
On the 2nd page, set the conditions to "Self Switch A is on" and set it to action button and leave the page blank.
To Be Cont. in Part II.
|
|
Details
|
|
Tutorial:
|
Time System (Using ONLY Events) Pt I |
|
Date Listed:
|
2012-05-22 |
|
Author:
|
TheDreamWriter
|
|
Total Hits:
|
1517 |
|
|