Thanks for the quick reply
[/code
` Spearman
global Spearman_Idle=3
load object "models/Militia_b_Wrk.x",Cache(Spearman_Idle)
load image "models/MilitiaTex_A.png",Cache(Spearman_Idle)
texture object Cache(Spearman_Idle),0,Cache(Spearman_Idle)
rotate object Cache(Spearman_Idle),0,180,0
fix object pivot Cache(Spearman_Idle)
set object cull Cache(Spearman_Idle),0
set object light Cache(Spearman_Idle),0
scale object Cache(Spearman_Idle),400,400,400
hide object Cache(Spearman_Idle)
set object interpolation Cache(Spearman_Idle),50
set object speed Cache(Spearman_Idle),25
loop object Cache(Spearman_Idle),0,40
]
Then I Instance copies of this object (useing the Cache() array as reference) wherever I need them. I don't give and light-related commandes (or even texture related commands) to the Instanced copy.