YesNoOk
avatar

Problem with helpers (Read 398 times)

Started by SignificantSlice, May 31, 2012, 10:41:55 am
Share this topic:
Re: Problem with helpers
#21  June 06, 2012, 09:32:07 am
  • ****
    • Hungary
    • seravy.x10.mx/Wordpress
but i thought with this code, helper b will only travel to the helper A with the lowest variable/ID and not the nearest helper A from the helper A that summon helper B

pls correct me if im wrong

BTW, tnx for the code it bacame my basis of what i should do  :)
Yes it will travel to the lowest ID. If you want nearest, you have to calculate the distance of each and select the lowest.