Skip to content
Lee Thompson edited this page Nov 10, 2023 · 5 revisions

Flags are boolean, string or integer values stored in character, scene or gamedata contexts.

Character

Relationship

Items

Flag Scope Type Description Notes
SEE_THROUGH PC/NPC Item Marks the clothing item as "see through"
THIN PC/NPC Item Marks the clothing item as "thin"
LOWCUT PC/NPC Item Marks the clothing item as "lowcut"
LACY PC/NPC Item Marks the clothing item as "lacy"

Scene

Flag Scope Type Description Notes
SOPHISTICATED_SALES_NO_SEX Scene
SPY_SEX_LEGS_WRAPPED Scene Used by spyOnSex
SPY_SEX_ASKED_PULL_OUT Scene Used by spyOnSex
SPY_SEX_CAME_INSIDE Scene Used by spyOnSex
SPY_SEX_CAME_IN_CONDOM Scene Used by spyOnSex
SPY_SEX_CAME_OUTSIDE Scene Used by spyOnSex
SPY_SEX_ALLOW_BEING_CAUGHT Scene Used by spyOnSex
SPY_SEX_LEGS_ON_SHOULDERS Scene Used by spyOnSex
SPY_SEX_CAUGHT Scene Used by spyOnSex
SOPHISTICATED_SALES_INTRO_DONE Scene Used by sophisticatedSalesHelp
SOPHISTICATED_SALES_NO_SEX Scene Used by sophisticatedSalesHelp
SOPHISTICATED_SALES_SEX Scene Used by sophisticatedSalesHelp
SOPHISTICATED_SALES_PEEK Scene Used by sophisticatedSalesHelp
SOPHISTICATED_SALES_SEXUAL Scene Used by sophisticatedSalesHelp
FINISHED_SEX Scene Used by spMain
SP_WANTS_INSEMINATE Scene Used by spMain
SP_WANTS_ORAL Scene Used by spMain
SP_WANTS_ANAL Scene Used by spMain

GameFlags

Flag Scope Type Description Notes
CAN_HIRE_HYPNOTISTS GameData GameFlag
DONE_STREET_PROSTITUTION_EVENT GameData GameFlag
FIRST_TIME_CAME_INSIDE GameData GameFlag
FIRST_TIME_CAME_INSIDE_UNSAFE GameData GameFlag
FIRST_TIME_FACE_DOWN_SOFA GameData GameFlag
HIRED_HYPNOTIST GameData GameFlag
PROSTITUTED_SELF_IN_HOTEL GameData GameFlag
REPEAT_SP_INTRO GameData GameFlag
SCARED_LOWLIVES GameData GameFlag
TEST_FLAG GameData GameFlag Used for testing new scenes
WALK_HOME_ALONE_FLASHED_BRA GameData GameFlag

Clone this wiki locally