What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Mail and Sell settings in Profiles

tjwow2011

Member
Joined
Jan 25, 2011
Messages
222
Reaction score
0
I was wondering, if the order of the Mail and Sell items settings in profiles mattered?

As in does it matter which you put first in the profile, <Sell> or <Mail> ?

This way:
Code:
	<SellGrey>True</SellGrey>
	<SellWhite>True</SellWhite>
	<SellGreen>False</SellGreen>
	<SellBlue>False</SellBlue>
	<SellPurple>False</SellPurple>
	
	<MailGrey>False</MailGrey>
	<MailWhite>False</MailWhite>
	<MailGreen>True</MailGreen>
	<MailBlue>True</MailBlue>
	<MailPurple>True</MailPurple>

or this way:
Code:
	<MailGrey>False</MailGrey>
	<MailWhite>False</MailWhite>
	<MailGreen>True</MailGreen>
	<MailBlue>True</MailBlue>
	<MailPurple>True</MailPurple>

	<SellGrey>True</SellGrey>
	<SellWhite>True</SellWhite>
	<SellGreen>False</SellGreen>
	<SellBlue>False</SellBlue>
	<SellPurple>False</SellPurple>

Just Curious, thanks.
 
it doesnt matter

Hb will repair first and then will mail

you cant change that order
 
Back
Top