-
Notifications
You must be signed in to change notification settings - Fork 0
Player Variables
github-actions[bot] edited this page Aug 8, 2026
·
2 revisions
Player variables are under cr.player table.
Use these functions to get or set hp:
cr.player.get_hp()cr.player.set_hp(value)
Use these functions to get or set level:
cr.player.get_level()cr.player.set_level(value)
Inventory is accessed from cr.player.inventory. Its a list of shared cards.
See Game Status & Containers to understant containers.
-
Getting Started
-
Metadata
-
Variable Types and Variables
-
Game Status
-
TUI