16 lines
337 B
Plaintext
16 lines
337 B
Plaintext
|
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
|