ChapterSet
Description
Changes the current chapter to the specified number, causing the game to reload the area and update the season accordingly. The chapter number is zero-based (the in-game chapter number minus 1).
function ChapterSet(chapter) --[[ ... ]] end
Parameters
chapter
:integer
- The zero-based chapter number to set (in-game chapter number minus 1).
Return Values
None.
Example
None.