Skip to main content

Execute_RemoveAllBizModifier

Description

Removes a modifier from all HouseholdBiz entities owned by the BaseObject's household. The modifier name is specified in S1 and must be defined in BizModifier.json. Does nothing if S1 is empty or the BaseObject is not a valid Character.

Parameters

ParameterDescription
BaseObjectA household member Character whose household's HouseholdBiz entities have the modifier removed.
S1The modifier name defined in BizModifier.json to remove from all owned HouseholdBiz entities.

Examples

DescriptionBaseObjectCommand
Remove a boost modifier from all of Self's household biz entitiesSelfRemoveAllBizModifier
Remove a penalty modifier from all of Target's household bizTargetRemoveAllBizModifier