Ok, I did exactly as you instructed in your full example but still was only adding the trail 1 rocket at a time. How do I use find ent by class to return a fill list of matches instead if just 1 entity per execution? After all the entity index number if the entity matches should be what I need for the array.
Something like?
PHP Code:
Ent = find_ent_by_class(-1, "tf_rpg_rocket")
entity_get_vector(Ent[Ent], EV_VEC_origin,Origin[Ent]);
__________________