Vandrath Posted November 29, 2012 Share Posted November 29, 2012 I am in need of a way to determine if the Player is a Vampire or not via conditions or Papyrus. I am not sure how to do this at all. any help would be awesome. Link to comment Share on other sites More sharing options...
steve40 Posted November 30, 2012 Share Posted November 30, 2012 (edited) Add this property to your script: Keyword Property Vampire Auto Then use a test like this in a suitable event block: If Game.GetPlayer().HasKeyword(Vampire) and don't forget to use the Property button to auto-fill the property. Edited November 30, 2012 by steve40 Link to comment Share on other sites More sharing options...
Vandrath Posted December 1, 2012 Author Share Posted December 1, 2012 Thank you, once again Steve40 you have helped me do something great with this mod. Link to comment Share on other sites More sharing options...
Recommended Posts