DefaultSetGlobalOnTriggerLeave

From the Fallout4 CreationKit Wiki
Revision as of 13:57, 10 October 2014 by imported>Darklocq (Created page with "Category:Scripting Category:Default Scripts Set a global to a specific value when this trigger is left by the player. == Required Properties == <source lang="papyrus"> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Set a global to a specific value when this trigger is left by the player.

Required Properties[edit | edit source]

GlobalVariable GlobalToSet
{The Global we want to set to NumToSetGlobalTo}

Float NumToSetGlobalTo
{The number we want to set GlobalToSet to.}