Difference between revisions of "Events And Consequences"

From RPG Creation Kit
Jump to navigation Jump to search
(Created page with "Events and Consequences are an element of the RPG Creation Kit that allows you to trigger specific behaviors on an array of events called by the RCK. They exist on many other elements of the RCK, including the Dialogue System, Behavior Trees, Interactive Objects, and many others. You have encountered many of the uses of the Events in the Getting Started section, including adding a quest, updating a running one, or triggering consequences....")
 
m
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:


'''Consequences:''' allows you to trigger behaviors and perform a diverse set of actions/calls on the RCK.
'''Consequences:''' allows you to trigger behaviors and perform a diverse set of actions/calls on the RCK.
'''Result Script:''' allows you to execute scripts.


== See also: ==
== See also: ==
[[Creating A New Consequence]]
 
* [[Scripting]]
 
* [[Creating A New Consequence]]

Latest revision as of 23:53, 25 August 2023

Events and Consequences are an element of the RPG Creation Kit that allows you to trigger specific behaviors on an array of events called by the RCK. They exist on many other elements of the RCK, including the Dialogue System, Behavior Trees, Interactive Objects, and many others.

You have encountered many of the uses of the Events in the Getting Started section, including adding a quest, updating a running one, or triggering consequences.


Eac 01.png


Quest Dealers: allows you to start quests by specifying the Quest Object and starting stage.

Quest Updaters: allows you to make quest progress by setting the Quest Stage.

Consequences: allows you to trigger behaviors and perform a diverse set of actions/calls on the RCK.

Result Script: allows you to execute scripts.

See also: