Skip to main content

PreferenceSetArousalZone

Callable

  • PreferenceSetArousalZone(C, ZoneName, Factor, CanOrgasm): void

  • Sets the arousal zone data for a specific body zone on the player


    Parameters

    • C: Character

      The character, for whom the love factor of a particular zone should be set

    • ZoneName: AssetGroupItemName

      The name of the zone, the factor should be set for

    • optionalFactor: ArousalFactor

      The factor of the zone (0 is horrible, 2 is normal, 4 is great)

    • optionalCanOrgasm: boolean

      Sets, if the character can cum from the given zone (true) or not (false)

    Returns void

    • Nothing