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

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Using conditional before start grinding

chillyb0mb

New Member
Joined
Jul 27, 2014
Messages
2
Is it possible to do something like
<If Condition="Me.Position.Y &gt; 1">
<MoveTo X="-231.5749" Y="2.044086" Z="-56.38204" />
<WaitTimer WaitTime="10"/>
<MoveTo X="-229.4739" Y="2.441639" Z="-54.95837" />
<WaitTimer WaitTime="10"/>
<UseTransport Type="Wonkavator"/>
</If>

and then have it grind and always check for the condition incase something happens to the character and he dies? Because I'm having trouble getting it to work ><
 
Back
Top