Home > Tutorials > RPG Maker VX > Time System (Using ONLY Events) Pt III (Seasons!)
Time System (Using ONLY Events) Pt III (Seasons!) 
OPTIONAL: Use only if you want seasons included!
Make a new event, again parallel process &, again, 1 page:
COND. BRAN. - Var:Month = 1-2
Set Var:Season (1-4 (Whichever you want to be Winter).
ELSE
COND. BRANCH - Var:Month = 12
The same as above.
ELSE
COND. BRANCH - Var:Month = 3-5
Set Var:Season (Winter + 1 (NB. If Winter is 4, Spring is 1))
ELSE
COND. BRANCH - Var:Month = 6-8
Set Var:Season (Spring + 1)
ELSE
COND. BRANCH - Var:Month 9-11
Set Var:Season (Summer + 1)
Weather Effects will be sorted in Part IV.
|
|
Details
|
|
Tutorial:
|
Time System (Using ONLY Events) Pt III (Seasons!) |
|
Date Listed:
|
Fri, 23 Dec 2011 03:56:02 -0500 |
|
Author:
|
TheDreamWriter
|
|
Total Hits:
|
1310 |
|
|