4
Fork 0

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

master
Eddoursul 2 years ago
parent 1495c475b5
commit 40131320bb
  1. BIN
      Bello scripted fix.esp
  2. BIN
      scripts/_00e_belloscript.pex
  3. 9
      source/scripts/_00e_belloscript.psc

Binary file not shown.

Binary file not shown.

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