the thing with "temp" to be predefined by myself I knew before, but thanks reminding me =)
but there is still some work to do

trace_mode = IGNORE_ME | IGNORE_SPRITES | IGNORE_MODELS | USE_BOX;
my.z -= trace(my.x, temp); // place the unit on the ground (it has been spawned in the air)
my.target_x = 100000;
"Error in line 143: 'trace' undeclared identifier"
I know that "trace" has to be replaced with "c_trace", but I am a little bit confused with the statement "my.z -= trac(my.x, temp)". How do I have to rewrite it?
I hope I do not sound too stupid
