Sign in to follow this  
Followers 0
qq1454055505

Help a question on honorbuddy script

2 posts in this topic

		<If Condition="Me.FreeBagSlots <= 32" >
			<CustomBehavior File="WaitTimer" WaitTime="1000" />
			<CustomBehavior File="ForceSetVendor" DoRepair="True" DoSell="True" />
			<CustomBehavior File="WaitTimer" WaitTime="2000" />
		</If>

I do not understand what this condition means (& lt; = 32)
Hb What are the operators to judge conditions

If I want the hero backpack <10 grid, slag back to the city mail to other heroes, how should write the code.
Thank you for your help!

Share this post


Link to post
Share on other sites

Since it's (Probably) for XML it has been HTML encoded

"<" means "<" aka "less then"
">" means ">" aka "greater then"

In addition with "=" it means greater/less than or equal.

The rest is normal

1 person likes this

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0