Messsages

About

Every message contains Text and String ID.

Hints Menu

Every line has exactly 54 chars, text after that will occurs in new line. You can't use special chars like '\n' or '\t'. Only solution to place text on new line is to full current line with spaces ' '.

Attributes

Examples

putting some objectives

>>> scenario.messages.objectives.text = "Destroy enemy castle"

giving special string id to hints

>>> scenario.messages.objectives.id = 23