SetKeywordDataForLocation

Revision as of 11:06, 23 February 2024 by Xieve (talk | contribs) (→‎See Also: Added link to GetKeywordDataForCurrentLocation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DescriptionEdit

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.

SyntaxEdit

SetKeywordDataForLocation <Location> <Keyword> <Float Value>

ExamplesEdit

SetKeywordDataForLocation BarleydarkFarmLocation CWCost 10
GetKeywordDataForLocation BarleydarkFarmLocation CWCost    ;Returns 10

See AlsoEdit

Papyrus VersionEdit

SetKeywordData - Location