Jump to content

What is the best way to determine if Player is a Vampire (papyrus)


Vandrath

Recommended Posts

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 by steve40
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...