Create tutorial

From UFO:AI
Jump to navigation Jump to search

General

Your tutorials will be available as sequences. You can always start them by typing

seq_start [sequenceID]

to the console.

To let them also appear in the tutorial menu you need to add a few more lines:

tutorial gameplay
{
	name	"_Gameplay"
	sequence	tut_gameplay
}

sequence tut_gameplay
{
	[..]
}

This lets the tutorial with the id tut_gameplay appear in menu with the translatable name Gameplay. As mentioned above you can start this tutorial by typing

seq_start tut_gameplay

to console.

Keys for tutorial

Links