I don't need to test my programs. I have an error-correcting modem.

Legacy:SnipingVolume (P2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Postal 2 :: Actor >> Brush >> Volume >> SnipingVolume (P2)

SnipingVolumes are used as defense points by bots. If a player pawn enters this volume, any bots patrolling the volume will attack the player pawn.

Properties

Hidden

SnipingPoints[16] 
Array of Bot (P2)s who are patrolling this volume.

Functions

function AddDefensePoint(MpScriptedSequence S) 
Adds the bot to the SnipingPoints array.

Related Topics