I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

Legacy:FearSpot

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT :: Actor (UT) >> Triggers (UT) >> FearSpot (Package: UnrealShare)

This is an actor used to mark a place that any AI-controlled Pawn (UT) will be afraid of. The Pawn will become afraid of this location immediately as it touches the FearSpot. However, for the FearSpot to be effective, there should not be any paths running through the area where the FearSpot is located.

Properties[edit]

bool bInitiallyActive 
This is just to tell the actor that it should be working if it is active and not working if it isn't. Triggering this actor will toggle it on and off.