Hi, I read a trackable tutorial at wc3jass.
I'm just wondering, is there any restrictions on what can be used as trackables?
I tried to change them in a map to just a normal peasant but It didnt work then.
Ok, so I copied kattanas stuff at wc3jass to make it easier.
I need a string path to the unit and not its rawcode as it would usually be.
So I need to put in the path "Units\Human\peasant" ?
Yes. thats correct. beaware though, since trackables arent added in the GUI you will need to use jass. so dont forget the double backslashes in the stringpath.
ex:
This\isAUnit\Path.mdl
This\\isAUnit\\Path.mdl