will-snavely / PuzzleMod

5 stars 0 forks source link

Add support for "starting stance" to the puzzle file #1

Closed will-snavely closed 4 years ago

will-snavely commented 4 years ago

A puzzle should be able to start off a player in a given stance (Calm, Wrath, etc). Currently, this is not possible.

This will require adding a field to the puzzle file, and adding code to apply the stance when the room loads.

will-snavely commented 4 years ago

Done.