This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

Difference between revisions of "AddScriptPackage"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Vvenaya
imported>JOG
m (see also)
Line 11: Line 11:
  AddScriptPackage MQ07BeggarToTavern
  AddScriptPackage MQ07BeggarToTavern


<br/><br/>
 
==See Also==
[[RemoveScriptPackage]]
 


=='''Reference'''==
=='''Reference'''==

Revision as of 07:12, 27 May 2006

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 

Examples

AddScriptPackage MQ07BeggarToTavern


See Also

RemoveScriptPackage


Reference

List of functions that use AddScriptPackage (wiki)