> For the complete documentation index, see [llms.txt](https://hichigo.gitbook.io/puzzles-vol-1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hichigo.gitbook.io/puzzles-vol-1/settings/bp_coreitempuzzle_3.md).

# BP\_CoreItemPuzzle\_3

Create an inheritor from this class to create your ItemPuzzle. **BP\_CoreItemPuzzle\_3** can have 2 states True and False.

You will need to override the following functions in the child class:

* **SetNewState** - the function sets a new state.
* **ToggleState** - function toggles the state.
