You may have left your password in the script? I tried to change it for you and pm you the new one but it appears to be invalid (either someone has already changed it or that is a fake one :P).
TIPS:
- At the moment, you have an endless loop with very little/no breakout fail safes. If the script were to end up somewhere that there are no hill giants it would just sit there trying to find them.
- Have you considered adding a walk to default location procedure in the case that it ends up in a corner where it can't see any hills?
- You should consider adding
Simba Code:
if not LoggedIn then Exit;
FindNormalRandoms;
at the start of some of you procedures.
A couple of minor standard slip ups but nothing big, you standards are pretty good for a first script. Nice to see that you are using Colour TPA functions instead of FindObj, although make sure you understand how the functions work, it is no use skipping ahead to the advanced stuff if you just copy and paste from a tut without understanding it (not saying you did this, just a piece of advice
).
Good Effort
~Caotom