Game Development Community

Include statement in mission files?

by Tim Holt · in Torque Game Engine Advanced · 06/22/2006 (9:32 am) · 2 replies

There isn't an include command for use in mission files, is there? I find myself having duplicate content in multiple mission files.

#1
06/22/2006 (9:40 am)
There's unfortunatly no such function in stock Torque.
However, you can use globals to minimize the changes needed when altering objects that share the same properties.
#2
06/25/2006 (11:44 pm)
What about packages?