Difference between revisions of "OnStoryRemoveFromPlayer - Quest"
Jump to navigation
Jump to search
OnStoryRemoveFromPlayer - Quest (edit)
Revision as of 09:37, 15 September 2016
, 09:37, 15 September 2016Used condition-less nodes/quests to test if the story manager gets events for potion consumption - it does not. Noted this in the article.
imported>Henning m |
imported>Antares (Used condition-less nodes/quests to test if the story manager gets events for potion consumption - it does not. Noted this in the article.) |
||
Line 36: | Line 36: | ||
endEvent | endEvent | ||
</source> | </source> | ||
== Notes == | |||
The above example may be misleading as item consumption does not seem to send events to the Story Manager. A condition-less stacked branch sends events every time an item is dropped, but did not send events when drinking a potion. | |||
== See Also == | == See Also == | ||
*[[Quest Script]] | *[[Quest Script]] | ||
*[[OnStoryAddToPlayer - Quest]] | *[[OnStoryAddToPlayer - Quest]] |