# Check a flag's value (displays in console) $ print(flag_name) $ flag_name = True Common examples: $ rowan_corrupted = True $ alexia_unlocked = True $ siege_triggered = False 5. Debug Commands (Powerful but Risky) These are useful for testing but can break your game.
# Advance days $ days_passed += X $ day = X Trigger end-of-day processing immediately $ renpy.call("night_phase") 4. Global Flags & Switches Many story branches rely on True/False flags. Seeds Of Chaos Console Commands
To find the exact variable name for a character or resource, look in the save file or search the game scripts for default or init python . 2. Unlocking Scenes & Events You can manually trigger scenes by calling their label. # Check a flag's value (displays in console)
# Chaos (Corruption) & Order $ chaos = X $ order = X $ RowansFaith = X $ AlexiaLove = X $ SimonTrust = X $ AndrasLike = X Player stats $ strength = X $ cunning = X $ arcane = X Currency & items $ gold = X $ blood_motes = X $ iron = X Global Flags & Switches Many story branches rely