Difference between revisions of "OnAdd"

Jump to navigation Jump to search
574 bytes added ,  12:23, 20 January 2009
more notes, added syntax and example. removed TES link
imported>Quetzilla
m (→‎Notes: forgot a word)
imported>Illyism
(more notes, added syntax and example. removed TES link)
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/OnAdd OnAdd].
This block will be run once when the scripted object is added to the Container's inventory. If no parameter is used, the block will be run whenever the object is added to anything's inventory.
 
=='''Syntax:'''==
 
begin OnAdd ContainerRefID
 
Example:
 
begin OnAdd  
begin OnAdd player


==Notes==
==Notes==
*When the target container isn't in the current cell (or within the 5x5 exterior-cell square), the OnAdd block doesn't run until you enter the cell with the container. However, the onAdd block won't run if you've saved and reloaded before entering the remote cell.
*The item must remain in the new container for at least one frame after it is added in order for the block to trigger.
*This block won't run when Death Items, including items added via "Add Leveled List On Death" Entry point perks, are first placed in the dead Actor's inventory.
*This block won't run when Death Items, including items added via "Add Leveled List On Death" Entry point perks, are first placed in the dead Actor's inventory.
*This block won't initially run on items that are listed in the actor's inventory tab in the GECK, even when a new instance of an actor is placed in the world.  OnAdd blocks trigger on ''changes'' to an actor's inventory, but not when objects are created along with the container they are placed in (and so the same applies for Container objects placed in the world).
*This block won't initially run on items that are listed in the actor's inventory tab in the GECK, even when a new instance of an actor is placed in the world.  OnAdd blocks trigger on ''changes'' to an actor's inventory, but not when objects are created along with the container they are placed in (and so the same applies for Container objects placed in the world).


[[Category: Blocktypes]]
[[Category: Blocktypes]]
Anonymous user

Navigation menu