4
Fork 0

Added a PlayerREF failsafe to TransformBack()

development
Eddoursul 2 months ago
parent 23dd423276
commit efa77fb18f
  1. BIN
      scripts/_00e_theriantrophist_playeraswerewolf.pex
  2. 4
      source/scripts/_00e_theriantrophist_playeraswerewolf.psc

@ -147,6 +147,10 @@ Function TransformBack()
Actor PlayerREF = self.getActorReference()
if ! PlayerREF
PlayerREF = Game.GetForm(0x14) as Actor
endif
If PlayerREF.dispelSpell(_00E_FS_Affinity_ScourgeOfTheWilds_TitanSP)
while PlayerREF.getscale() > fPlayerScale
Utility.Wait(0.05)

Loading…
Cancel
Save