Difference between revisions of "AddScriptPackage"

145 bytes added ,  16:18, 15 April 2006
no edit summary
 
imported>Vvenaya
Line 1: Line 1:
'''Syntax:'''
=='''Description'''==
 
Add a script package to the calling actor.  This package takes precedence over all other packages until it is done. Note that unless the added package has some constraint on it ("must complete" and/or "must reach location"), it will be removed the next time the actor reevaluates his package.
 
=='''Syntax'''==
 
  AddScriptPackage ''PackageID''  
  AddScriptPackage ''PackageID''  
'''Example:'''
 
=='''Examples'''==
 
  AddScriptPackage MQ07BeggarToTavern
  AddScriptPackage MQ07BeggarToTavern


----
<br/><br/>
 
=='''Reference'''==
 
[[AddScriptPackage_Reference|List of functions that use AddScriptPackage]]  (wiki)


Add a script package to the calling actor.  This package takes precedence over all other packages until it is done. Note that unless the added package has some constraint on it ("must complete" and/or "must reach location"), it will be removed the next time the actor reevaluates his package.


[[Category: Functions]]
[[Category: Functions]]
[[Category: AI Functions]]
[[Category: AI Functions]]
Anonymous user