Jump to content

Adding a keyword to a NPC/Player


Recommended Posts

I'm trying to add 2 keywords to an Actor: ActorTypeUndead and Vampire.

 

I've tried this but it doesn't work.

Function AddKeyword()
PlayerRef.AddKeyword(ActorTypeUndead)
EndFunction
It gives me this error: AddKeyword is not a function or does not exist.
I know its possible with a quest but I would love it in a script if possible.
Edited by EddieTheEagle
Link to comment
Share on other sites

There is no AddKeyword for any version of Skyrim. And I don't want to crush your dreams, as I know where you got AddKeyword from, but.. no function that was implemented into papyrus for Fallout 4 will work with Skyrim. The closest you can get is adding the NPC/player to a quest with the keywords on the alias.

Edited by Lisselli
Link to comment
Share on other sites

  • Recently Browsing   0 members

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