Hello,
(google translation)
I made a map in the christmas holidays but I had a big problem with my _tags model. None of my tests did not work and I come to seek help on the subject. I researched before without really answered.
then start from the beginning …
I made a model with milkshape3D and I have a problem to attach the wheels on my model.
I used the script from the map goldrush (truck) for my model. I used the same entity by changing the names of scriptname and targetname.
But the wheels attached only to the origin of my model.
I made my Tag (chariot.tag) with the following site http://games.chruker.dk/enemy_territory/md3ttd.php i found in a subject here and i put in my model folder whit the model name chariot.md3 and I wonder if you think it serves?

=========================
On this image, it the calculate brush.

=========================
The result is that in ETgame

So as you can see all the clips attached to the brush origin of script_mover (tank).
script_mover tank:

game_misc_model wheel (chariotwhlb and chariotwhlf)

============================
and my script look like this:
chariotwhlb
{
spawn
{
wait 500
attachtotag tank tag_chariotwhlb
}
trigger forward
{
setrotation 130 0 0
}
trigger backward
{
setrotation -130 0 0
}
trigger stop
{
stoprotation
}
}
chariotwhlf
{
spawn
{
wait 500
attachtotag tank tag_chariotwhlf
}
trigger forward
{
setrotation 130 0 0
}
trigger backward
{
setrotation -130 0 0
}
trigger stop
{
stoprotation
}
}
Can anyone explain why it does not work?
testmap.pk3 download include .map
http://www.mediafire.com/file/5x2rzu3ynoq/testmap.pk3
Edit: you can delete a tag in name chariotwhlf.tag . Forgot to delete it (last test)
