well i got the procedure to hometele it compiles except for the bottom line about setting current player to false
SCAR Code:
Procedure HomeTele;
Begin
If Not (Findcolorspiral(x,y,6060169,2,2,418,304)) Or
(Findcolorspiral(x,y,5029073,2,2,418,304)) Or
(Findcolorspiral(x,y,1783884,2,2,418,304)) And
Not (FindSymbol(x,y,'Churn')) Then
GameTab(7);
Mouse(x,y,577, 240, True);
Writeln('Hometele Sucsessful');
If (InChat('minutes to cast this spell.')) Then
Writeln('Setting player to false need to wait some time to teleport back');
Players.[CurrentPlayer].Active:=False;
End;