Difference between revisions of "AddScriptPackage"
imported>JOG m (see also) |
imported>Khadir (Documenting actor functions ... + Reference) |
||
Line 1: | Line 1: | ||
{{ActorFunction}} | |||
=='''Description'''== | =='''Description'''== | ||
Line 5: | Line 6: | ||
=='''Syntax'''== | =='''Syntax'''== | ||
AddScriptPackage ''PackageID'' | [''ActorID''.]AddScriptPackage ''PackageID'' | ||
=='''Examples'''== | =='''Examples'''== | ||
Line 16: | Line 17: | ||
== | ==Reference== | ||
{{:AddScriptPackage_Reference}} | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: AI Functions]] | [[Category: AI Functions]] |
Revision as of 04:48, 28 June 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
[ActorID.]AddScriptPackage PackageID
Examples
AddScriptPackage MQ07BeggarToTavern
See Also
Reference
The function AddScriptPackage is used in following scripts ... | ||
---|---|---|
AmuseiScript |
MartinScript |
TrigZonePlayerDoonce01DABoethiaSCRIPT01 |