Re: Questions: Map Editor Features
Posted: 18 Jul 2019, 06:00
Linked CPs were indeed recently added with the blocks made for the Zrt TM Cup.
For the triggers, i was also interested and found some explanations on MX forum. TL;DR: The field required want you to type the index of a clip.
In the MT you've a list of clips, the index of a clip is equal to its position in the list minus 1 because it starts at 0, like a lot of data structures in any programming language.
For the triggers, i was also interested and found some explanations on MX forum. TL;DR: The field required want you to type the index of a clip.
In the MT you've a list of clips, the index of a clip is equal to its position in the list minus 1 because it starts at 0, like a lot of data structures in any programming language.