-
Notifications
You must be signed in to change notification settings - Fork 0
Player Variables
github-actions[bot] edited this page Jul 4, 2026
·
2 revisions
Player variables are under cr.player table.
There are 3 variables under it:
| Variable | Type | Description |
|---|---|---|
cr.player.hp |
integer | Player health. |
cr.player.level |
integer | Level index of the player |
cr.player.inventory |
Shared Card Container | Players inventory |
See Game Status & Containers to understant containers.
-
Getting Started
-
Metadata
-
Variable Types and Variables
-
Game Status
-
TUI