Difference between revisions of "SetKeywordDataForLocation"
Jump to navigation
Jump to search
imported>Scornett-Bot m (Script running global find and replace: Category:Console Commands for Category:Console Functions) |
(No difference)
|
Revision as of 13:31, 11 November 2011
Description
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
SetKeywordDataForLocation <Location> <Keyword> <Float Value>
Examples
SetKeywordDataForLocation BarleydarkFarmLocation CWCost 10 GetKeywordDataForLocation BarleydarkFarmLocation CWCost ;Returns 10