Have you tested that?
- Phil.
Have you tested that?Thanks for looking out.
- Phil.
im sorry i was refering to misc_model --> script_modelThanks for trying anyway. I appreciate the effort.
im new to the turret stuff.. :p
thingtolinkto = getent("thingtolinkto", "targetname"); //get the thing you want to link to while it moves
turret = spawnTurret( "misc_turret", thingtolinkto.origin + (0,0,20), "mg42_bipod_stand" ); //adjust position
turret setModel("mounted_ger_mg42_bipod_mg"); //set model
//other settings...
turret linkto(thingtolinkto); //This is the magic line to make it work
turret.targetname = "auto_mg"; //added this and now my auto turret system uses it