Question about the Ready action

Hi,

First, thank you for this tool. I was looking for something like this for quite a while! :-)

Can you please tell me how the ready action works in VCC? Once set to ready, un character cannot change is init value (or I don't know how) once the triger has it. Can you give me an example on how to make it work and how you would use it?

Merci beaucoup,
Daniel.

Sorry for the delay. The

Sorry for the delay. The ready action puts the combatant in Ready state. From this state it can start a round (if it's the first combatant) or "Execute Ready", but it can do this only when the first character is in it's round. Ready action happens in response to some one action.

As a simple example, say we have three combatants (A,B,C):

  1. A starts the round and does a ready (this shoves it to the end of the sequence)
  2. B starts and end's it round;
  3. C start the round
  4. A does "Execute Ready", it goes once more to the end of the sequence, but it is now in front of C
  5. C ends round;

Great... it makes a lot of

Great... it makes a lot of sense!

Thank you.