4
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

12 lines
291 B

ScriptName _00E_AltIniathAchievementSC extends ObjectReference
Event OnTriggerEnter(ObjectReference akActionRef)
If _00E_AchievementsEnabled.GetValueInt() == 1
Steam.UnlockAchievement("END_PEAK_01")
EndIf
self.Disable()
EndEvent
GlobalVariable Property _00E_AchievementsEnabled Auto