diff --git a/Enderal - Forgotten Stories.esm b/Enderal - Forgotten Stories.esm index 14e74088..9ff45167 100644 Binary files a/Enderal - Forgotten Stories.esm and b/Enderal - Forgotten Stories.esm differ diff --git a/scripts/_00e_fs_nqr03_pagecountersc.pex b/scripts/_00e_fs_nqr03_pagecountersc.pex index 86b263f9..d65d8a70 100644 Binary files a/scripts/_00e_fs_nqr03_pagecountersc.pex and b/scripts/_00e_fs_nqr03_pagecountersc.pex differ diff --git a/source/scripts/_00e_fs_nqr03_pagecountersc.psc b/source/scripts/_00e_fs_nqr03_pagecountersc.psc index d12dbc88..a2173f4a 100644 --- a/source/scripts/_00e_fs_nqr03_pagecountersc.psc +++ b/source/scripts/_00e_fs_nqr03_pagecountersc.psc @@ -20,7 +20,7 @@ Event OnRead() if CurrentCount >= 3 FS_NQR03.SetObjectiveCompleted(35) - Levelsystem.GiveEP(FS_NQR03.iPagesRewardEXP) + _00E_EPHandler.GiveEP(FS_NQR03.iPagesRewardEXP) ElseIf CurrentCount < 3 FS_NQR03.SetObjectiveCompleted(35,0) FS_NQR03.SetObjectiveDisplayed(35, True, True) @@ -39,8 +39,6 @@ EndEvent bool Done -_00E_QuestFunctions Property Levelsystem Auto - _00E_FS_NQR03_Functions Property FS_NQR03 Auto GlobalVariable Property FS_NQR03_NessahPageCounter Auto \ No newline at end of file