BUY ACTIONS HERE

Actions World Background
Actions World Background Actions World Background Actions World Background
Actions World Background

Coppélia

Advanced

Coppélia has an option to allow you to directly edit the point numbers.

Click on the Edit settings... button, and you will be presented with some XML-like data. This is used by the Action to store what happens at each point, and it can look something like this:

<1> <chainname>Aqua</chainname>
<slavechain>1</slavechain>
</1>
<4> <chainname>Aqua</chainname>
<slavechain>No</slavechain>
</4>
<5> <chainname>Aqua</chainname>
<slavechain>2</slavechain>
</5>

If you have affected the path by adding or removing points, you may find it quicker to nip through the XML changing the number references, rather than fiddling with the settings for each point.

To change a point, be sure to change both the <number> and </number>

So, in the example on the Slave Chain page, you would change:

<2> <chainname>Aqua</chainname>
<slavechain>No</slavechain>
</2>

to read

<3> <chainname>Aqua</chainname>
<slavechain>No</slavechain>
</3>