Difference between revisions of "AddScriptPackage"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Qazaaq
imported>Vswe
m (Added Search Terms)
Line 32: Line 32:
[[Category: Actor Functions]]
[[Category: Actor Functions]]
[[Category: Actor Functions (CS 1.0)]]
[[Category: Actor Functions (CS 1.0)]]
<!-- Begin Search Terms
Add
Script
Package
End Search Terms -->

Revision as of 08:41, 20 June 2008

Description

Add a script package to the calling actor. This package takes precedence over all other packages until it is done.

Syntax

[ActorID.]AddScriptPackage PackageID 

Examples

AddScriptPackage MQ07BeggarToTavern

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

Reference

List of functions that use AddScriptPackage