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

Legacy:ScriptedController (P2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
Postal 2 :: Controller >> AIController >> ScriptedController (P2)

ScriptedController (P2) is native in Postal 2.

New Functions

function bool UsingScript() 
Used internally by Postal 2. LambController returns false, while ScriptedController (P2) returns true. Used by the native code to do very specific things that LambController would normally override.

Related Pages

ScriptedController