Dude thanks a hell of a lot you kick ass lol.
it all works perfectly

I fixed the robe thing myself so I have just two more questions for anyone willing to help me out:
1) under faction.cs:
"
private bool AlreadyHasCharInFaction( Mobile mob )
{
Account acct = mob.Account as Account;
if ( acct != null )
{
for ( int i = 0; i < acct.Length; ++i )
{
Mobile c = acct[i];
if ( Find( c ) != null )
return true;
}
}
return false;
}"
How do I change this so that it allows all characters on your account to join factions (as long as it's the same faction).
and finally (I promise)
is there anyway to force players to join factions on creation? and force them to pick a new faction when leaving?
again any help will be greatly apreciated.
Once again Tassyon T thanks dude that was awsome
