DefaultSetGlobalOnTriggerLeave
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"> ...")
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.}