if(my_name() == "aristotle")
{
cli_execute("call A-softcore.ash");
}
if(my_name() == "Duffkiligan")
{
cli_execute("call duff_breakfast.ash");
}
if(my_name() == "Duff Third")
{
cli_execute("call third_breakfast.ash");
}
if(my_name() == "Crimbo in July")
{
cli_execute("call crimbo_breakfast.ash");
}
if(my_primestat() == $stat[mysticality]){
outfit("SavedClothes");
}
if(my_class() == $class[seal clubber]){
outfit("SavedClothes");
}