Added scripted ResetAI() to Bello, the package fix wasn't enough
This commit is contained in:
parent
1495c475b5
commit
40131320bb
BIN
Bello scripted fix.esp
Normal file
BIN
Bello scripted fix.esp
Normal file
Binary file not shown.
BIN
scripts/_00e_belloscript.pex
Normal file
BIN
scripts/_00e_belloscript.pex
Normal file
Binary file not shown.
9
source/scripts/_00e_belloscript.psc
Normal file
9
source/scripts/_00e_belloscript.psc
Normal file
@ -0,0 +1,9 @@
|
||||
Scriptname _00E_BelloScript extends Actor
|
||||
|
||||
Event OnLoad()
|
||||
ResetAI()
|
||||
endEvent
|
||||
|
||||
Event OnPackageStart(Package akNewPackage)
|
||||
ResetAI()
|
||||
endEvent
|
Loading…
Reference in New Issue
Block a user