Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaythebusinessgoose committed Oct 3, 2021
1 parent 8d4bbe2 commit 9dbec6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Each room must be created as a setroom template with the format `setroomy_x`. Th

Due to the way level files are loaded in, some extra configuration is required if the LevelSequence package is relocated. If it is anywhere other than the root directory of the mod, or has a name other than LevelSequence, `set_directory` must be called, passing the path to the directory within the mod folder including the directory name. Eg, for `MyCoolMod/SweetFolder/LevelSequence/level_sequence.lua` call `level_sequence.set_directory('SweetFolder/LevelSequence')`.

* `activate()`
* `activate()` \
Call this method to activate the script.
The script is activated by default, so this only must be called if the script was deactivated.

* `deactivate()`
* `deactivate()` \
Call this method to deactivate the script. The levels will not be reset when deactivated, but they will not be loaded until activated again.

## Levels
Expand Down

0 comments on commit 9dbec6b

Please sign in to comment.