There is no spoon

Legacy:ErrandGoal

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Postal 2 :: Object >> ErrandGoal (Package: Postal2Game)

Defines a goal for an errand.

Properties[edit]

Main[edit]

var() name TriggerOnCompletionTag 
After the errand is complete, triggers all actors with the matching tag.
var() name HateClass 
After the errand is complete, this set of pawns will hate the player on sight.
var() name HateDesTex 
Texture for the description of the hate group
var() name HatePicTex 
Texture for a picture of the hate group
var() name HateComment 
Sound for dude commenting on hate group.

Known Subclasses[edit]

ErrandGoal
+- ErrandGoalGetInvClass
|  +- ErrandGoalGetAmmoMax
|  +- ErrandGoalGetInvClassFromPerson
+- ErrandGoalGetPickup
|  +- ErrandGoalDropOffPickup
+- ErrandGoalGiveInventory
+- ErrandGoalKillMe
+- ErrandGoalTag
+- ErrandGoalTalkTo
+- ErrandGoalTriggeredAction
+- ErrandGoalUrineQuotaMet

Related Topics[edit]