Scripting holiday events using gosub command

So I was thinking of having a go_sub command along with a day of the month system (which I already implemented), to activate in my game. ie.

*If (month = 2) and (day = 14) Valentine’s Day
*elseif (month = 12 and (day = 25) Christmas Day.

But I could use a little more help with the go_sub command.
Holidays I need to add: CNY (Chinese New Year), Valentine’s Day, Easter, Halloween and Christmas.
Minor Holiday: Waffle Day.

2 Likes
Text text text
*gosub checkholi
----------------
*label checkholi
*if (month) and (day)
   Good day
*elseif (month) and (day)
   Pretty good day
*elseif (month) and (day)
   Another good day
etc.
*return
1 Like

This topic was automatically closed 24 hours after the last reply. If you want to reopen your WiP, contact the @moderators.