Removed Levelsystem from _00E_FS_NQR03_PageCounterSC

This commit is contained in:
Eddoursul 2024-01-05 21:56:38 +01:00
parent bec1353615
commit 0b42275a81
3 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -20,7 +20,7 @@ Event OnRead()
if CurrentCount >= 3 if CurrentCount >= 3
FS_NQR03.SetObjectiveCompleted(35) FS_NQR03.SetObjectiveCompleted(35)
Levelsystem.GiveEP(FS_NQR03.iPagesRewardEXP) _00E_EPHandler.GiveEP(FS_NQR03.iPagesRewardEXP)
ElseIf CurrentCount < 3 ElseIf CurrentCount < 3
FS_NQR03.SetObjectiveCompleted(35,0) FS_NQR03.SetObjectiveCompleted(35,0)
FS_NQR03.SetObjectiveDisplayed(35, True, True) FS_NQR03.SetObjectiveDisplayed(35, True, True)
@ -39,8 +39,6 @@ EndEvent
bool Done bool Done
_00E_QuestFunctions Property Levelsystem Auto
_00E_FS_NQR03_Functions Property FS_NQR03 Auto _00E_FS_NQR03_Functions Property FS_NQR03 Auto
GlobalVariable Property FS_NQR03_NessahPageCounter Auto GlobalVariable Property FS_NQR03_NessahPageCounter Auto