Always snap to grid

Legacy:ErrandGoalGiveInventory

From Unreal Wiki, The Unreal Engine Documentation Site

Revision as of 06:15, 17 October 2004 by Kamek (Talk)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Postal 2 :: Object >> ErrandGoal >> ErrandGoalGiveInventory (Package: MoreGame)

Errand goal that requires the dude give someone a certain item. Example: Giving your paycheck to the bank teller on Monday triggers the bank robbers cutscene.

[edit] Properties

[edit] Main

var() Name InvClassName 
Class of item the dude must give away.
var() Name GiveToMeTag 
If this is set, dude must give this item to someone with the matching tag.

[edit] Related Topics