IntroText + Time + Day
We have had an IntroText + Time and IntroText + Day. Well how about we combine it now?
This might sound a bit crazy, and it actually is, but you can go as far as you want.
Just like with IntroText + Day, you can use Week or Weekend and similar to the Default IntroText, you can include more than 1 speech if you want to.
Defining IntroTextDayWeek looks like this:
IntroTextDayWeek: ["Good Day, welcome to our store, what can I do for you?"]
This will be used by the script when it's Day/Noon and it's either Monday, Tuesday, Wednesday, Thursday or Friday in the game:

Or you can go more specific by using the exact day.
Defining IntroTextDayTuesday would look like this:
IntroTextDayTuesday: ["Hello, what can I do for you on this fine Tuesday Noon?"]
This will be used by the script when it's Day/Noon and it's Tuesday in the game:

Let's list up the complete break down for how it'll choose the speech available:
Let's say it's Wednesday Morning:
IntroTextMorningWednesday - IntroTextDayWednesday - IntroTextWednesday - IntroTextMorningWeek - IntroTextDayWeek - IntroTextWeek - IntroTextMorning - IntroTextDay - IntroText
Like I said before, you can go as far as you want yourself in this. It might get complicated for sure but you're not supposed to have a text for each possible IntroText by Time and Day.
Last updated