TargetCallersTarget

Targets the caller's target.

Postal III Ultrapatch+Angel v1.3.0+ Feature

The following function will only work in Postal III Ultrapatch+Angel v1.3.0 or higher.

Syntax

TargetCallersTarget 1 -- Targets the caller's target.

Example


// Targets the caller's target, then goes into a different pattern.
pt_default
{
    actions
    {
        TargetCallersTarget 1
        Pattern pt_addtargettoenemy
    }
}