GetCurrentPackage
If ( GetCurrentPackage == 2 )
endif
Used for checking the current AI package an Actor is performing.
The return values are:
None = -1
Wander = 0
Travel = 1
Escort = 2
Follow = 3
Activate = 4
Pursue = 5