napafo Posted November 14, 2022 Share Posted November 14, 2022 I have a quest script which i made so it check if the player has a certain perk, however it returns false even though i added the perk to the pc. I also made a different quest with two simple functions function checkperk1()if (game.getplayer().hasperk(vampirism))debug.messagebox("yes")elsedebug.messagebox("no")endifEndFunctionfunction checkperk2()if (playerref.hasperk(vampirism))debug.messagebox("yes")elsedebug.messagebox("no")endifEndFunction They both return yes, but when i call them from the original quest they return no. Link to comment Share on other sites More sharing options...
Recommended Posts