I want to make the angle of the screen go as high as possible when i log my characters in so i used the code below.
SCAR Code:procedure SetupPlayer;
begin
if (Not LoggedIn) then Exit;
ActivateClient;
Writeln('Setting Up '+Players[CurrentPlayer].name)
MakeCompass('N')
HighestAngle;
end;
HighestAngle comes up as an unknown identifier but i have included SRL at the top of my script. Why don't it work?


Reply With Quote







