hi just wondering if there is a tutorial on how to spawn units
also another question
"Create Unit Facing Angle"
"creates unit facing a specified angle. use the "last created unit" and "last created units" functions to refer to the created units."
can someone please tell me where last created unit and last created units functions are?
This will enable you to reference the Variable Unit 1 instead of (Last created unit).
This is more efficient if you are using that unit across multiple triggers. Also, I used a Local Variable. To be able to access it on another trigger you will need to use a Global Variable.
Rollback Post to RevisionRollBack
Current Map Projects: War of Finality
To post a comment, please login or register a new account.
hi just wondering if there is a tutorial on how to spawn units
also another question
"Create Unit Facing Angle" "creates unit facing a specified angle. use the "last created unit" and "last created units" functions to refer to the created units."
can someone please tell me where last created unit and last created units functions are?
@zISilenced: Go
The "Last Created Unit" function is more of a reference/variable.
It can be used in replace of actually creating a variable or can be used to create a variable.
Example
That will essentially kill the Archon that was last created.
Another example is using it to set up a variable to be referenced somewhere else.
This will enable you to reference the Variable Unit 1 instead of (Last created unit). This is more efficient if you are using that unit across multiple triggers. Also, I used a Local Variable. To be able to access it on another trigger you will need to use a Global Variable.