For instance variable
{
spawn unit;
}
How could I do this in Construct 2?
For example. I want to set an instance variable HP to 10, so that it'll spawn 1 unit for every int of HP. 10 units on the board.
Develop games in your browser. Powerful, performant & highly capable.
You can use an instance variable in the definition of any for/repeat system condition loops.