Okay, don't think I'm that experienced >< It does however look like an option for me. Couple of quick questions to your reply.
1: Do i exchange the number (1, 2, 3) with the position numbers for the end of the path or the start?
2: Do I use the the "Helper Tools --> My Position" in Quest Editor to determine the position or do i use the numbers generated from "FollowPath"? (Noticed that the numbers in FollowPath does not have "f" behind them and with "Helper Tools --> My Position" they do. Do i include this "f" or not?)
Example :
"Helper Tools --> My Position": HotSpots.Add(new Vector3(-1791.935f, 3050.169f, 8.208141f));
FollowPath : -1791.935; 3050.169; 8.208141; None
3: What does the number 500 mean? Is it Yards in game? If so, should i change this number depending on the circumstances?