Added a PlayerREF failsafe to TransformBack()
This commit is contained in:
parent
23dd423276
commit
efa77fb18f
Binary file not shown.
@ -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…
Reference in New Issue
Block a user