Can someone post a tutorial how to use those flags for making an unit (for example,pirate) walk to special directions and etc?
Forum
Stranded II Maps/Editor Flags for Units directions...Flags for Units directions...
2 replies 1
Can someone post a tutorial how to use those flags for making an unit (for example,pirate) walk to special directions and etc?
The flags are used for a unitpath. Such a unitpath is controlled by the unitpath command.
Example:
1
2
3
2
3
on:load { unitpath 110,1,2,3,4,5,6; }
The number behind the command stands for the ID of the unit you want to move and the other numbers are the ID's of the flags which define the path.
Change the numbers to use the script for your purposes.
-tony316- has written
First of all, please write your question down in proper English next time. A text like you wrote annoys people (also me) so they probably won´t give an answer.
The flags are used for a unitpath. Such a unitpath is controlled by the unitpath command.
Example:
The number behind the command stands for the ID of the unit you want to move and the other numbers are the ID's of the flags which define the path.
Change the numbers to use the script for your purposes.
The flags are used for a unitpath. Such a unitpath is controlled by the unitpath command.
Example:
1
2
3
2
3
on:load { unitpath 110,1,2,3,4,5,6; }
The number behind the command stands for the ID of the unit you want to move and the other numbers are the ID's of the flags which define the path.
Change the numbers to use the script for your purposes.
Sorry,and thank you so much!
By the way,I'm still learning English.Can you pm me what I wrote wrong?Because I really want to learn speak English so proper,so good that I would even live in USA!
1