mmoSequence
{
	steps
	{
		mmoStepSound
		{
			event "event:/intro/white flash pre";
			command start;
		}
		mmoStepFade
		{
			start 1.0 1.0 1.0 0.0
			end 1.0 1.0 1.0 1.0
			duration 2.0
		}
		mmoStepCommand
		{
			command "ActionBar Edit SelectContent \"Interact\"";
		}
		mmoStepCutscene
		{
			id "cutscene";
			cutsceneName "intro";
		}
	}
}

