I want the player to get the perk on reading the book. So this is what I came up with but it is not working. Anybody able to help?
Scriptname OA01AddPerk extends ObjectReference Perk Property OASmithing AutoBook Property OAQ01DunmerLore Auto Event OnRead(OAQ01DunmerLore) if (Game.GetPlayer().HasPerk(OASmithing) != 1) Game.GetPlayer().AddPerk OASmithing endIfendEvent
