Added scripted ResetAI() to Bello, the package fix wasn't enough

This commit is contained in:
Eddoursul 2022-08-11 01:33:21 +02:00
parent 1495c475b5
commit 40131320bb
3 changed files with 9 additions and 0 deletions

BIN
Bello scripted fix.esp Normal file

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,9 @@
Scriptname _00E_BelloScript extends Actor
Event OnLoad()
ResetAI()
endEvent
Event OnPackageStart(Package akNewPackage)
ResetAI()
endEvent