OutroText + Time

It is possible to define an OutroText depending on the current Time in the game (just like with the IntroText + Time).

There are the possibilities:

  • OutroTextMorning - Used from 5 to 10 (5am to 10am)

  • OutroTextDay - Used from 5 to 20 (5am to 8pm)

  • OutroTextAfternoon - Used from 14 to 17 (2pm to 5pm)

  • OutroTextEvening - Used from 17 to 20 (5pm to 8pm)

  • OutroTextNight - Used from 20 to 5 (8pm to 5am)

Defining OutroTextEvening looks like this:

OutroTextEvening: ["Have a nice Night, do come back again", 
                   "Thank you for your purchase, enjoy your evening."]

This will be used by the script when it's Evening in the game:

OutroTextEvening 1
OutroTextEvening 2

Last updated