20 lines
429 B
Plaintext
20 lines
429 B
Plaintext
|
Scriptname _00E_MQ10b_LishariCorpseSC extends Actor
|
||
|
|
||
|
Event OnCellAttach()
|
||
|
|
||
|
Self.BlockActivation(True)
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Event OnActivate(ObjectReference akActionRef)
|
||
|
|
||
|
if akActionRef == Game.GetPlayer() && Self.IsActivationBlocked()
|
||
|
_00E_MQ10b_LishariDeadBodyMSG.Show()
|
||
|
Self.SetOutfit(_00E_LisharisArmor_Outfit)
|
||
|
EndIf
|
||
|
|
||
|
EndEvent
|
||
|
|
||
|
Outfit Property _00E_LisharisArmor_Outfit Auto
|
||
|
|
||
|
Message Property _00E_MQ10b_LishariDeadBodyMSG Auto
|