HasKeyword
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Returns if a form has a specified keyword associated with it.
Syntax
HasKeyword form:form "keyword:string"
Example
if HasKeyword rSomeRef "InvisibleDoor" ; Success! This is in fact an invisible door! endif