SetKeywordDataForLocation

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