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.
 
 
 

16 lines
442 B

Scriptname _00E_NQ23CageDoor extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if akActionRef == Game.GetPlayer() && Game.GetPlayer().GetItemCount(FelsenhammerGefaengnisschluessel) >= 1
NQ23.SetCurrentStageID(30)
MuldirRef.AddToFaction(PlayerFaction)
EndIf
EndEvent
Key Property FelsenhammerGefaengnisschluessel Auto
Quest Property NQ23 Auto
Actor Property MuldirRef Auto
Faction Property PlayerFaction Auto