7.2. Stances and actions

Stances are the different configurations an object can take. They are called, configurations as well.

think as configurations as a new transverse dimensions. All objects start in the basic configuration, but they can be changed to another different one, in which their parameters change:

define object human

  (here goes the code to set it up)

  exports:


  configuration standing:

  (rules to place the components when the object is in the configuration standing)

  configurations lying:

  (rules to place the components when the object is in the configuration lying)

end human

asdfasdf