-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Enable Variant Mode and Cheat Mode for a save
chronia_fullcheat
Try getting the result of an input ChroniaHelper math expression
chronia_math_expression [string: expression]
Try getting the result of an input ChroniaHelper logic expression
chronia_logic_expression [string: expression]
Try getting the encrypted password for PasswordKeyboard
chronia_get_keyboard_password_hash [string: keyboard tag] [string: password] (bool: caseSensitive)
Try getting the encrypted keyboard-tag-combined password for PasswordKeyboard
chronia_get_password_hash [string: keyboard-tag-combined password] (bool: caseSensitive)
Set up a ChroniaHelper flag
chronia_set_flag [string: flag] (bool: state) (bool: global) (bool: temporary)
Set up a flag that only works in one room
chronia_set_flag_per_room [string: flag] (bool: state)
List all the current flags, including global and savedata flags
chronia_all_flags
List all the current counters, including global and savedata counters
chronia_all_counters
List all the current sliders, including global and savedata sliders
chronia_all_sliders
Get the charcode of a character
chronia_charcode
List all session keys, including global and savedata session keys
chronia_all_keys
Enable or disable ChroniaHelper HUDs
chronia_hud_enable (bool: set state)
Set up a debug count-up stopclock
chronia_stopclock (bool: start running) (bool: follow level pause) (float: start delay)
Set up a debug countdown timer
chronia_stopclock_countdown (string: time expression) (bool: start running) (bool: follow level pause) (float: start delay)
Set the time for the debug stopclock
chronia_stopclock_set_time (string: time expression)
Reset the debug stopclock timer
chronia_stopclock_reset
Start the debug stopclock
chronia_stopclock_start (float: start delay)
Set up ChroniaHelper random seed
chronia_seed (int: seed)