Difference between revisions of "GetKeywordDataForCurrentLocation"
Jump to navigation
Jump to search
imported>Egocarib (Created page with " Category:Condition Functions") |
imported>Icecreamassassin |
||
Line 2: | Line 2: | ||
[[Category:Condition Functions]] | [[Category:Condition Functions]] | ||
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. |
Revision as of 08:45, 10 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.