Help with things in Missiongroup
by Dennis Saarela · in Torque Game Engine · 07/13/2004 (8:56 am) · 0 replies
Hi!
I have made GUI control that shows a map of the level. On this map I want to plot some spots of intreset, like the player position. The problem is that I also want to plot the main bases used in some levels. The are defined under MissionGroup in the mission file. I tried to get them by doing a Sim::findObject and this works fine on the client running in the server but not on the other clients so I assume that the objects only exist on the server. But the have to be ghosted some how to the client right? How do I get the ghosted object (and it's position) ?
I have made GUI control that shows a map of the level. On this map I want to plot some spots of intreset, like the player position. The problem is that I also want to plot the main bases used in some levels. The are defined under MissionGroup in the mission file. I tried to get them by doing a Sim::findObject and this works fine on the client running in the server but not on the other clients so I assume that the objects only exist on the server. But the have to be ghosted some how to the client right? How do I get the ghosted object (and it's position) ?