Difference between revisions of "Talk:OnContainerChanged - ObjectReference"
Jump to navigation
Jump to search
m
Talk:OnContainerChanged - ObjectReference (edit)
Revision as of 18:33, 27 April 2012
, 18:33, 27 April 2012Better section heading titles.
imported>David Brasher (Added a sample script.) |
imported>David Brasher m (Better section heading titles.) |
||
Line 1: | Line 1: | ||
== Bugs with Stacked Items == | |||
I have a long discussion on potential bugs related to using this function on stacked items. See the discussion thread here: http://forums.bethsoft.com/topic/1349382-event-in-script-attached-to-misc-item-only-firing-once/ | I have a long discussion on potential bugs related to using this function on stacked items. See the discussion thread here: http://forums.bethsoft.com/topic/1349382-event-in-script-attached-to-misc-item-only-firing-once/ | ||
Does anyone have any suggestions as to how to summarize that for the wiki page? - [[User:Chesko|Chesko]] | Does anyone have any suggestions as to how to summarize that for the wiki page? - [[User:Chesko|Chesko]] | ||
== | |||
== Script for Quest Stage Advancing Using OnContainerChanged == | |||
Here is a sample script using the OnContainerChanged block type: | Here is a sample script using the OnContainerChanged block type: | ||
Line 23: | Line 26: | ||
== Script for Quest | == Script for Quest Stage Advancing Using OnActivate == | ||
Here is a script that can use an Event OnActivate block instead of an Event OnContainerChanged block: | Here is a script that can use an Event OnActivate block instead of an Event OnContainerChanged block: |