Game Development Community

how do i pass reference to the same object to more than one clie

by Damir Bijuklic · in Torque Game Engine · 06/04/2003 (4:01 am) · 0 replies

I need to gaing reference to the same object on two clients, in cscript code.
I thought there would be function like findObject and i could use it to locate object by name, but i cant find anything similar.

How do i do that?

(i want to have two client's camera to show the same object's view)