Results 1 to 1 of 1

Thread: Help with first script

  1. #1
    Join Date
    Feb 2013
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default Help with first script

    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
    Last edited by sprunt; 03-02-2013 at 12:53 PM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •