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
337 B

Scriptname _00E_NQG07Dijaam_SwordSC extends ObjectReference
Event OnActivate(ObjectReference akActionRef)
if akActionRef == PlayerREF && !bDone
bDone = True
PlayerREF.AddItem(_25E_Unique_KileanFalcata, 1)
Self.Delete()
EndIf
EndEvent
bool bDone
Actor Property PlayerREF Auto
Weapon Property _25E_Unique_KileanFalcata Auto