Schedules

From EMK Wiki
Revision as of 11:06, 12 November 2012 by Sisep (talk | contribs)
Jump to navigation Jump to search
Example Schedule Window

Schedules are designed to give advanced control over various aspects of a Run during its execution. This is achieved by changing how values for EMarket's internal variables are derived. In other words the Schedule extends and modifies EMarket's underlying scripting language which describes the input parameters at each Tick of a Run. In this regard a Schedule can be considered analogous to programming language for EMarket.

The Schedule can be used to define:

  • variables
  • the traits of entities

When a variable is defined, a new value is added to the run data, based on the definition. When a trait is defined through the Schedule, the entity and trait concerned will already exist in the model, but the existing definition of the trait's value will be modified.

Back to User Manual Main Page