Game Development Community

Mission to Mission

by Simon Rushton · in Torque Game Engine · 01/20/2005 (4:04 am) · 4 replies

How can i go about ending one mission and automatically loading another...

I have a trigger in place... but really what can i do to acheive this.

START

LOAD = MISSION1.MIS

END = MISSION1.MIS

LOAD = MISSION2.MIS

END = MISSION2.MIS

END GAME

#1
01/20/2005 (11:12 am)
I'm a little unclear what you're trying to do - transition from one mission to another based on the player's action, or simply go through a series of missions in order? If the latter, have you tried updating the mission cycling code to read from a list rather than using a random number generator?
#2
01/21/2005 (3:43 am)
Where might i find mission cycling code?
#3
01/21/2005 (6:23 am)
CycleGame();
#4
01/22/2005 (1:22 am)
I think I've found the appropriate ressource.