I play on OTS. I have two character online in the same time. I need to my one character follow my second character. Function Creature.Follow() don't work, so i want do this other way.
If c =1 or c=-1, that mean character one is next to character two (don't work anything).
If c>=2 or c<=2 that mean character which must go follow is too far followed character (then he must go step East or West).
c=0 only when both in the same place (impossible, when i going on one level)
Now i doing only X-position (East, West).
If c =1 or c=-1, that mean character one is next to character two (don't work anything).
If c>=2 or c<=2 that mean character which must go follow is too far followed character (then he must go step East or West).
c=0 only when both in the same place (impossible, when i going on one level)
Now i doing only X-position (East, West).