/*
* Create
*
* 1 Player variable for each player
*
* Name them using the variable type of the variable + *id* of the player
* Player Red would be Player 1 *in-game*.
*
* Players
*
* red
* blue
* teal
* purple
* yellow
* orange
* green
* pink
* grey
* light blue
* dark green
* brown
*
* 1 rifleman for red
* 3 footmen for blue
* 1 knight for teal
* 1 paladin for purple
* 1 ghoul for yellow
* 2 peasants for orange
* 2 acolytes for green
* 1 grunt for pink
* 1 arch mage for grey
* 2 mountain kings for light blue
* 1 blademaster for dark green
* 1 gargoyle for brown
*
* all at 1.5, 2
*
* Afterwards, run the map and see if you can win
*/
//! runtextmacro Variables()
//! runtextmacro Actions()
//! runtextmacro End_Code()
//! runtextmacro Project1()
1. When I enable the trigger it says I need some initTrig function?
2. what is runtextmacro supposed mean? Why is there an exclamation mark after the //?
3. Where am I supposed to declare the variables? I fiddled around and found I could only declare them between the runtextmacro lines
I'm just really confused and I have no idea where to start.
* Create
*
* 1 Player variable for each player
*
* Name them using the variable type of the variable + *id* of the player
* Player Red would be Player 1 *in-game*.
*
* Players
*
* red
* blue
* teal
* purple
* yellow
* orange
* green
* pink
* grey
* light blue
* dark green
* brown
*
* 1 rifleman for red
* 3 footmen for blue
* 1 knight for teal
* 1 paladin for purple
* 1 ghoul for yellow
* 2 peasants for orange
* 2 acolytes for green
* 1 grunt for pink
* 1 arch mage for grey
* 2 mountain kings for light blue
* 1 blademaster for dark green
* 1 gargoyle for brown
*
* all at 1.5, 2
*
* Afterwards, run the map and see if you can win
*/
//! runtextmacro Variables()
//! runtextmacro Actions()
//! runtextmacro End_Code()
//! runtextmacro Project1()
1. When I enable the trigger it says I need some initTrig function?
2. what is runtextmacro supposed mean? Why is there an exclamation mark after the //?
3. Where am I supposed to declare the variables? I fiddled around and found I could only declare them between the runtextmacro lines
I'm just really confused and I have no idea where to start.