Difference between revisions of "Talk:Script Processing"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>GuidoBot
 
imported>Abramul
(Scripts on actors: AI packages required?)
Line 1: Line 1:
Good job here. There are at least two other timing effects I'm pretty sure I'm seeing. Firstly when you first AddItem to a remote (persistant) actor/container, this seems to force the GameMode on that item to be processed one time. Secondly there may be something going on with cells linked via a door. My token scripts, on a persistant actor in a shop in IC, trigger when I approach the (outside) door to the shop. I've also seen this while in connected interior cells. [[User:GuidoBot|GuidoBot]] 17:34, 11 November 2006 (EST)
Good job here. There are at least two other timing effects I'm pretty sure I'm seeing. Firstly when you first AddItem to a remote (persistant) actor/container, this seems to force the GameMode on that item to be processed one time. Secondly there may be something going on with cells linked via a door. My token scripts, on a persistant actor in a shop in IC, trigger when I approach the (outside) door to the shop. I've also seen this while in connected interior cells. [[User:GuidoBot|GuidoBot]] 17:34, 11 November 2006 (EST)
== Scripts on actors:  AI packages required? ==
Is it necessary that an actor have one or more AI packages in order for a script on that actor to run when the player is in a different cell?

Revision as of 11:25, 5 April 2007

Good job here. There are at least two other timing effects I'm pretty sure I'm seeing. Firstly when you first AddItem to a remote (persistant) actor/container, this seems to force the GameMode on that item to be processed one time. Secondly there may be something going on with cells linked via a door. My token scripts, on a persistant actor in a shop in IC, trigger when I approach the (outside) door to the shop. I've also seen this while in connected interior cells. GuidoBot 17:34, 11 November 2006 (EST)

Scripts on actors: AI packages required?

Is it necessary that an actor have one or more AI packages in order for a script on that actor to run when the player is in a different cell?