4
Fork 0

Added a delay after sending Enderal_StartCrafting in portable laboratory

master
Eddoursul 2 years ago
parent c085ddc9ca
commit afcdc829e5
  1. BIN
      scripts/_00e_theriantrophist_summonlabsc.pex
  2. 3
      source/scripts/_00e_theriantrophist_summonlabsc.psc

@ -7,8 +7,9 @@ Event OnEffectStart(Actor akTarget, Actor akCaster)
else
(FS_NQ05 as _00E_FS_NQ05_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")
Utility.wait(0.15)
_00E_Theriantrophist_SummonPortableLaboratory_Target.activate(PlayerREF, true)
endif

Loading…
Cancel
Save