EddieTheEagle Posted August 7, 2017 Posted August 7, 2017 (edited) 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) EndFunctionIt 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 August 7, 2017 by EddieTheEagle
Lisselli Posted August 8, 2017 Posted August 8, 2017 (edited) 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 August 8, 2017 by Lisselli
Recommended Posts