How can I despatch this ("bug") guys ? Thx for reply.
EDIT: I tried place spatial script with this code:
... but It didn't work.
EDIT: I tried place spatial script with this code:
Code:
procedure start;
procedure spatial_p_proc;
procedure start begin
end
procedure spatial_p_proc begin
if(source_obj == dude_obj) then begin
reg_anim_clear(dude_obj);
end
end
... but It didn't work.