addTitle( text, x, y, time, fade )
instance function
Show a message using the title style - this is a set style used by Armada and is distinct from the subtitle style. Generally used to display the title of the mission at the start.
Arguments
| Name | Type | Description | 
|---|---|---|
| text | String | Text to display | 
| x | Number | X position in screen space (0 to 1600) | 
| y | Number | Y position in screen space (0 to 1200) | 
| time | Number | Time in seconds to display the message | 
| fade | Boolean | True to fade the message in and out | 
