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
| Parameter | Description |
|---|
| BaseObject | A household member Character whose household's HouseholdBiz entities have the modifier removed. |
| S1 | The modifier name defined in BizModifier.json to remove from all owned HouseholdBiz entities. |
Examples
| Description | BaseObject | Command |
|---|
| Remove a boost modifier from all of Self's household biz entities | Self | RemoveAllBizModifier |
| Remove a penalty modifier from all of Target's household biz | Target | RemoveAllBizModifier |