From afcdc829e56c24e2030d290d02d42ca3b9b2a78f Mon Sep 17 00:00:00 2001 From: Eddoursul Date: Sun, 21 Aug 2022 23:26:21 +0200 Subject: [PATCH] Added a delay after sending Enderal_StartCrafting in portable laboratory --- scripts/_00e_theriantrophist_summonlabsc.pex | Bin 1597 -> 1619 bytes .../_00e_theriantrophist_summonlabsc.psc | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/_00e_theriantrophist_summonlabsc.pex b/scripts/_00e_theriantrophist_summonlabsc.pex index 5509427faf9aacf9b93092baa9bd9a5b15c17627..fcb036aebc38265f1074ce36e71667f38c908220 100644 GIT binary patch delta 499 zcmYLGOG^S_6g~HwN0W}@_{xmHqO!8=ft27PBB))_gJ=;Uq5}z{WEQmQ7r2mbRjcR+ z1Q9Kx{y~fO5kdR5wdy)E(45V==bZcam?!hiw0{p?-W34?e-&~2*tI+HV5Qlp*4njZ zqg;o6T&q@{M)y8WIT@j(EQshx>Ac*6+A3EZgo?$Dz0%gs!jda$Cuh!STefLU9?_t* zX;VJaSgg;>6wtq2FJCyV-SrKb6nXhc%MbhFhE(2tCx4XToCVE=4jl%gpAkS1CPEAW zjo9$+6$!bjj$Q_Pw}VZ~BVpJci6H6`9WgfDH}-KZ&g1;TM1s?P5yrs36F`zT`;LJ@ zp5+%2CIp3VNnr?(AL`+*jd7l1V1j!xn8XyOk;M$s7{)AenB(?&)~zIAfei5QWdAO`61{P5%p4TEW)eRx8v>7J>`A6s>~GQfYlopw$JD2Y6!hi?;PyFyf@oVcNs*rtrI zXk8Eaztk`(@={VfktuT0iuj~uUEAum&O67Ajr#qrbW1_rzaqW@*$Wf0R|*uUTpE{- zF&JDDcc73zu|x>@ir+4)x#xffd%}R}eGx{)7uFvWMa*{;#M$$1AOs5uti}FTQ6xEF z)H0Cz=TxM5pixIhhT}(zuy_qRjR>aLQc+;4h-u7V7ITK1qT*V%RgJ+pf-0WnBw6A^&g+)|6IFsCqDp+6fimZ@Rbz{= L=w|Rem1X(`G7vus diff --git a/source/scripts/_00e_theriantrophist_summonlabsc.psc b/source/scripts/_00e_theriantrophist_summonlabsc.psc index 518c3972..b3673b3a 100644 --- a/source/scripts/_00e_theriantrophist_summonlabsc.psc +++ b/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