DefaultCounterQuestB

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

A simple counter. Placed on an Quest, then increment with another alias script (such as DefaultCounterAliasIncOnceOnActivateB). When the target value is reached, the counter sets a Quest Stage.

Required Properties[edit | edit source]

int TargetValue
{The stage will be set when this value is reached.}

int MyStage
{When the counter reaches its target, sets this stage.}

See Also[edit | edit source]