Skip to content

Commands

UnderDragon edited this page Jun 11, 2026 · 3 revisions

chronia_fullcheat

Enable Variant Mode and Cheat Mode for a save

chronia_fullcheat

chronia_math_expression

Try getting the result of an input ChroniaHelper math expression

chronia_math_expression [string: expression]

chronia_logic_expression

Try getting the result of an input ChroniaHelper logic expression

chronia_logic_expression [string: expression]

chronia_get_keyboard_password_hash

Try getting the encrypted password for PasswordKeyboard

chronia_get_keyboard_password_hash [string: keyboard tag] [string: password] (bool: caseSensitive)

chronia_get_password_hash

Try getting the encrypted keyboard-tag-combined password for PasswordKeyboard

chronia_get_password_hash [string: keyboard-tag-combined password] (bool: caseSensitive)

chronia_set_flag

Set up a ChroniaHelper flag

chronia_set_flag [string: flag] (bool: state) (bool: global) (bool: temporary)

chronia_set_flag_per_room

Set up a flag that only works in one room

chronia_set_flag_per_room [string: flag] (bool: state)

chronia_all_flags

List all the current flags, including global and savedata flags

chronia_all_flags

chronia_all_counters

List all the current counters, including global and savedata counters

chronia_all_counters

chronia_all_sliders

List all the current sliders, including global and savedata sliders

chronia_all_sliders

chronia_charcode

Get the charcode of a character

chronia_charcode

chronia_all_keys

List all session keys, including global and savedata session keys

chronia_all_keys

chronia_hud_enable

Enable or disable ChroniaHelper HUDs

chronia_hud_enable (bool: set state)

chronia_stopclock

Set up a debug count-up stopclock

chronia_stopclock (bool: start running) (bool: follow level pause) (float: start delay)

chronia_stopclock_countdown

Set up a debug countdown timer

chronia_stopclock_countdown (string: time expression) (bool: start running) (bool: follow level pause) (float: start delay)

chronia_stopclock_set_time

Set the time for the debug stopclock

chronia_stopclock_set_time (string: time expression)

chronia_stopclock_reset

Reset the debug stopclock timer

chronia_stopclock_reset

chronia_stopclock_start

Start the debug stopclock

chronia_stopclock_start (float: start delay)

chronia_seed

Set up ChroniaHelper random seed

chronia_seed (int: seed)