Difference between revisions of "AddScriptPackage"

728 bytes added ,  06:05, 15 January 2011
m
no edit summary
imported>Geckbot
m (Robot: Automated text replacement (-Link to TES4 Construction Set Wiki +{{Incomplete}}\n\nLink to TES4 Construction Set Wiki))
imported>Ez0n3
m
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Incomplete}}
{{Function
|CSWikiPage = AddScriptPackage
|origin = GECK1
|summary = Add a script package to the calling actor.  This package takes precedence over all other packages until it is done.
|name = AddScriptPackage
|returnType = void
|referenceType = [ActorRefID]
|arguments =
  {{FunctionArgument
  |Name = PackageID
  |Type = ref
  }}
|example = AddScriptPackage GenericTravelOnActivate
}}


Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/AddScriptPackage AddScriptPackage].
==Notes==
* An actor can have only one script package at a time. When calling the function twice on the same actor, the second package replaces the first one added.
* 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.
 
==See Also==
*[[RemoveScriptPackage]]
*[[EvaluatePackage]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:AI Functions]]
[[Category:AI Functions]]
[[Category:AI Functions (GECK 1.1)]]
Anonymous user