Game Development Community

SM_missionList / Multiple Mission Types

by Jeremy Alessi · in Torque Game Engine · 08/10/2005 (7:12 pm) · 2 replies

Where is this function? I'm attempting to have the ability to join missions for single player and multiplayer. Right now only the last GUI control to call this SM_missionList function shows the missions and seemingly overwrites the other GUI control. If I comment out the exec() on my second GUI which list missions then the first one lists missions just fine. Additionally, I want to separate of course my missions into Single Player and Multiplayer and then list the missions in these separate folders in their respective GUI controls. Can't seem to find much by searching.

#1
08/10/2005 (7:40 pm)
Well, it's easy enough to make two $Server variables for multi and single mission spec file folders. However, I can still only list missions in one GUI control. Even if I don't clear the list of missions I don't see anything in the first GUI to call SM_missionList but I then see twice the number of missions in the second GUI to call SM_missionList.
#2
08/10/2005 (7:45 pm)
Oh, simple! You can rename that thing to whatever you want.