Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

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[edit]

Main[edit]

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[edit]