Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Legacy:ErrandGoalGetPickup

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

Requires that the dude get a particular item. Example: Pick up some milk (MilkPickup) on Monday.

Properties

Main

var() Name PickupClassName 
Class of item the dude needs to get.
var() Name PickupTag
Tag for specific item we want to pick up. If left blank any pickup of the matching class will work.

Related Topics