2021-10-05 22:15:58 +00:00
|
|
|
Scriptname _00E_Theriantrophist_SummonLabSC extends activemagiceffect
|
|
|
|
|
|
|
|
Event OnEffectStart(Actor akTarget, Actor akCaster)
|
|
|
|
|
|
|
|
if PlayerREF.GetRace() == _00E_Theriantrophist_PlayerWerewolfRace
|
|
|
|
_00E_Theriantrophist_CantCraftMSG.Show()
|
|
|
|
else
|
2022-01-07 13:51:21 +00:00
|
|
|
(FS_NQ05 as _00E_FS_NQ05_Functions).AskCreatePotion()
|
|
|
|
(FS_NQ07 as _00E_FS_NQ07_Functions).AskCreatePotion()
|
2022-08-21 21:26:21 +00:00
|
|
|
Utility.Wait(0.7)
|
2022-08-22 15:54:42 +00:00
|
|
|
_00E_Theriantrophist_SummonPortableLaboratory_Target.SendModEvent("Enderal_StartPortableLab")
|
2022-08-21 21:26:21 +00:00
|
|
|
Utility.wait(0.15)
|
2021-10-05 22:15:58 +00:00
|
|
|
_00E_Theriantrophist_SummonPortableLaboratory_Target.activate(PlayerREF, true)
|
|
|
|
endif
|
|
|
|
|
|
|
|
EndEvent
|
|
|
|
|
2022-01-07 13:51:21 +00:00
|
|
|
ObjectReference Property _00E_Theriantrophist_SummonPortableLaboratory_Target Auto
|
2021-10-05 22:15:58 +00:00
|
|
|
Actor Property PlayerREF Auto
|
|
|
|
Message Property _00E_Theriantrophist_CantCraftMSG Auto
|
|
|
|
Race Property _00E_Theriantrophist_PlayerWerewolfRace Auto
|
|
|
|
|
|
|
|
Quest Property FS_NQ05 Auto
|
|
|
|
Quest Property FS_NQ07 Auto
|