2021-10-06 00:15:58 +02:00
|
|
|
Scriptname _00E_PrinceMithBookSC extends ObjectReference
|
|
|
|
|
|
|
|
Event OnRead()
|
|
|
|
|
2024-01-10 01:46:13 +01:00
|
|
|
If _00E_PrinzMithAchievement02Unlocked.GetValueInt() == 0
|
2022-08-03 23:19:58 +02:00
|
|
|
Steam.UnlockAchievement("END_PRINCE_MITH_02")
|
2021-10-06 00:15:58 +02:00
|
|
|
_00E_PrinzMithAchievement02Unlocked.SetValueInt(1)
|
|
|
|
EndIf
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
2024-01-10 01:46:13 +01:00
|
|
|
GlobalVariable Property _00E_PrinzMithAchievement02Unlocked Auto
|