MSFD Check to see if the creature is in werewolf form
IsWerewolf
If ( Actor->IsWerewolf )
This function allows to determines if the target is a werewolf or not. It can be used on the PC or other creatures.
if ( Player->IsWerewolf != 1 ) ;DON'T RUN IF PLAYER ISN'T WEREWOLF
return
endif