Improved QuickLoot compatibility
This commit is contained in:
parent
c3e88fa508
commit
98f4a89e41
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,5 +1,10 @@
|
||||
Scriptname _00E_FS_NQ03_CommentSkeletonScr extends ObjectReference
|
||||
|
||||
event OnInit()
|
||||
; Block loot menus
|
||||
BlockActivation()
|
||||
endevent
|
||||
|
||||
Event OnActivate(ObjectReference akActionRef)
|
||||
|
||||
if Done == false
|
||||
|
@ -1,8 +1,16 @@
|
||||
Scriptname _00E_FS_NQR05_FatherDeathSC extends Actor
|
||||
|
||||
Event OnDying(Actor akKiller)
|
||||
BlockActivation()
|
||||
endEvent
|
||||
|
||||
Event OnDeath(Actor akKiller)
|
||||
BlockActivation()
|
||||
endEvent
|
||||
|
||||
Event OnActivate(ObjectReference akActionRef)
|
||||
|
||||
if akActionRef == Game.GetPlayer() && Self.IsDead()
|
||||
if (akActionRef == Game.GetForm(0x14)) && IsDead()
|
||||
|
||||
_00E_MAGEldritchFireSSVar01M.Play(Game.GetPlayer())
|
||||
_00E_FS_NQR05_FatherActivationBlock.Show()
|
||||
|
@ -1,5 +1,14 @@
|
||||
Scriptname _00E_NQ_G_06_ChestActivationEvent extends ObjectReference
|
||||
|
||||
event OnInit()
|
||||
; Block loot menus
|
||||
BlockActivation()
|
||||
endevent
|
||||
|
||||
Event OnLoad()
|
||||
BlockActivation()
|
||||
endEvent
|
||||
|
||||
Event OnActivate(ObjectReference akActionRef)
|
||||
|
||||
if akActionRef == PlayerREF && !bDone && _00E_NQ_G_SidedMael.GetValue() == 1
|
||||
|
@ -1,5 +1,13 @@
|
||||
Scriptname _00E_SetStageOnOpen extends ObjectReference
|
||||
|
||||
Event OnInit()
|
||||
BlockActivation()
|
||||
EndEvent
|
||||
|
||||
Event OnLoad()
|
||||
BlockActivation()
|
||||
EndEvent
|
||||
|
||||
Event OnActivate(ObjectReference akActionRef)
|
||||
|
||||
If (akActionRef == Game.GetPlayer()) && (doOnce == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user