Difference between revisions of "GetKeywordDataForCurrentLocation"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Icecreamassassin
imported>Icecreamassassin
Line 10: Line 10:


Passes true if the player is currently in a cell which has a location which has the LocTypeFalmerHive keyword placed on it.
Passes true if the player is currently in a cell which has a location which has the LocTypeFalmerHive keyword placed on it.
NOTE: This condition function does not appear to work in perk application, confirmation needed for if this function even works at all.

Revision as of 19:42, 19 March 2016


Checks to see if the currently loaded cell's Location data contains a specific supplied keyword. Runs relative to the subject

EX:

GetKeywordDataForCurrentLocation-> Keyword:LocTypeFalmerHive Subject: Player == 1

Passes true if the player is currently in a cell which has a location which has the LocTypeFalmerHive keyword placed on it.

NOTE: This condition function does not appear to work in perk application, confirmation needed for if this function even works at all.