SetKeywordDataForLocation
Jump to navigation
Jump to search
Description[edit | edit source]
SetKeywordDataForLocation (or the equivalent Papyrus Function) can be used to store a float on a Location's Keyword. After storing this value, you can use GetKeywordDataForLocation to retrieve it.
Syntax[edit | edit source]
SetKeywordDataForLocation <Location> <Keyword> <Float Value>
Examples[edit | edit source]
SetKeywordDataForLocation BarleydarkFarmLocation CWCost 10 GetKeywordDataForLocation BarleydarkFarmLocation CWCost ;Returns 10