function AntiBan: Boolean;
begin
case random(300) of
0: P07_HoverSkill('woodcutting', random(5000));
1: P07_MakeCameraAngleLow;
2: P07_MakeCompassSouth;
3: P07_MakeCompassEast;
4: P07_MakeCompassWest;
end;
End;
[Error] C:\Simba\Scripts\login test.simba(117:1): Syntax error at line 116
Compiling failed.
I know this is probably a simple mistake, but be nice im new![]()


Reply With Quote