but i was thinkin maybe u can put the otion of either Turning the xbox off, rebooting, or niether...
i know it has to be in the code somewhere but i didnt really take c++ classes to kno...i took visual basic so i dont really understand this language
CODE
function OnBDown()
{
PlaySoundB();
if AskQuestion(theTranslator.Translate("\n" + "\n" + " Turn off Legend's Xbox ? "), "theConfig.PowerOff()", "", 1);
}
{
PlaySoundB();
else If AskQuestion(theTranslator.Translate("\n" + "\n" + " Reboot Legend's Xbox ? "), "theConfig.Reset()", "", 1);
}
{
PlaySoundB();
if AskQuestion(theTranslator.Translate("\n" + "\n" + " Turn off Legend's Xbox ? "), "theConfig.PowerOff()", "", 1);
}
{
PlaySoundB();
else If AskQuestion(theTranslator.Translate("\n" + "\n" + " Reboot Legend's Xbox ? "), "theConfig.Reset()", "", 1);
}
this is what i got but i kno its wrong cuz i tried it and it didnt even load the dash...
thanx for any help given...

