<P>{
<P>	local deusexrootwindow root;
<P>
<P>	if (!bCheatsEnabled)
<P>		return;
<P>
<P>	root = DeusExRootWindow(rootWindow);
<P>	ConsoleCommand("ShowClass "$"tnm.hoverbot");
<P>	if (root != None)
<P>		if (root.actorDisplay != None)
<P>		{
<P>			root.actorDisplay.ShowState(true);
<P>			root.actorDisplay.ShowCylinder(true);
<P>		}
<P>}
<P>
<P>
<P>// ----------------------------------------------------------------------
<P>// StartTrainingMission()
<P>// ----------------------------------------------------------------------
<P>
<P>function StartTrainingMission()
<P>{
<P>	if (DeusExRootWindow(rootWindow) != None)
<P>		DeusExRootWindow(rootWindow).ClearWindowStack();
<P>
