Fallout 3
0 of 0

File information

Last updated

Original upload

Created by

Multiple Authors

Uploaded by

Mortemim

Virus scan

Safe to use

Tags for this mod

About this mod

Havoc AI Alert Script

Permissions and credits
CREDITS
========
Samaelaunweor of Fallout3Nexus.com
Mortemim of Fallout3Nexus.com

WHAT?
=======
A Script that can be attached to items in the G.E.C.K.

It triggers off a change in vertical position, and then reports a common noise to the AI which causes them to search.

I had originally abandoned the project due to some flaws with the AI who could perpetually be stuck in a search process due constant disturbance of scripted debris.

WHY?
=======
By Request I have made this script availble to all, its not without it's flaws, but it seems to do the job.

THE SCRIPT!
============

ScriptName MoneyCan

ref itemz

begin onload
set itemz to 1
end

Begin GameMode
If (getpos z != itemz)
CreateDetectionEvent player 100 3
endif
set itemz to getpos z
End