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

[Request] ProfessionBuddy - exclusion choice?

Corny

New Member
Joined
Jan 8, 2011
Messages
306
Reaction score
5
is it possible to meet with professionbuddy exclusion choice? how do I get out there, that it recognizes, for example, two of which FlyTo closest to only one point from two to fly?
 
is it possible to meet with professionbuddy exclusion choice? how do I get out there, that it recognizes, for example, two of which FlyTo closest to only one point from two to fly?
You can use DistanceTo(x,y,z) to check distance to a location, example, if DistanceTo(12.3, 243.0, 52.32) < DistanceTo(175.3, 43.0, 556.32) then flyto(12.3, 243.0, 52.32); if DistanceTo(12.3, 243.0, 52.32) >= DistanceTo(175.3, 43.0, 556.32) then flyto(175.3, 43.0, 556.32);
 
Thank you for this information. I hope it works as I hope for me :D
 
Back
Top