Game Development Community

How to read a mission

by CodingChris · in Torque Game Engine · 11/29/2006 (6:32 am) · 2 replies

Hi,
I've got a question:
How to read the values form a mission's MissionInfo Object? For example the title value. Or a new value like 'type'?

Please help me.

#1
11/29/2006 (6:42 am)
MissionInfo is a script object, so you can make direct calls to it like any other object. So you would do something like this, MissionInfo.whateverField.
#2
11/29/2006 (10:11 am)
Thanks