Skip to content

Releases: ichortower/EventCommandCodex

0.10.0-beta

04 Feb 19:27

Choose a tag to compare

  • Added automatic replacement of some problematic event commands when used in streams:
    • emote
    • faceDirection
    • message (causes an error)
    • pause
    • speak (causes an error)
  • Added a token resolver (for tokenized strings) that runs the var parser, so you can use it in speak
  • Breaking changes:
    • ichortower.ECC_StreamPause -> ichortower.ECC_Pause

0.9.0-beta

31 Jan 03:59

Choose a tag to compare

Added event-local variables with VarSet and VAR_QUERY (game state query).

0.8.0-beta

20 Jan 15:20

Choose a tag to compare

  • Added If/ElseIf/Else/EndIf for conditional execution.

0.7.0-beta

16 Jan 18:20

Choose a tag to compare

Added ambientLight control commands (gradual fade, queueing, awaiting).

0.6.0-beta

16 Jan 03:40

Choose a tag to compare

First beta!