Added a delay after sending Enderal_StartCrafting in portable laboratory
This commit is contained in:
parent
c085ddc9ca
commit
afcdc829e5
Binary file not shown.
@ -7,8 +7,9 @@ Event OnEffectStart(Actor akTarget, Actor akCaster)
|
|||||||
else
|
else
|
||||||
(FS_NQ05 as _00E_FS_NQ05_Functions).AskCreatePotion()
|
(FS_NQ05 as _00E_FS_NQ05_Functions).AskCreatePotion()
|
||||||
(FS_NQ07 as _00E_FS_NQ07_Functions).AskCreatePotion()
|
(FS_NQ07 as _00E_FS_NQ07_Functions).AskCreatePotion()
|
||||||
Utility.Wait(1.0)
|
Utility.Wait(0.7)
|
||||||
_00E_Theriantrophist_SummonPortableLaboratory_Target.SendModEvent("Enderal_StartCrafting")
|
_00E_Theriantrophist_SummonPortableLaboratory_Target.SendModEvent("Enderal_StartCrafting")
|
||||||
|
Utility.wait(0.15)
|
||||||
_00E_Theriantrophist_SummonPortableLaboratory_Target.activate(PlayerREF, true)
|
_00E_Theriantrophist_SummonPortableLaboratory_Target.activate(PlayerREF, true)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user