Results 1 to 2 of 2

Thread: Custom SPS 07 Runescape

  1. #1
    Join Date
    Mar 2013
    Posts
    16
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default Custom SPS 07 Runescape

    This is the code i made for a test walking to a destination


    Code:
    program testwalking;
    {$I SRL/SRL.Simba}
    {$I P07Include.Simba}
    {$I SPS/p07sps.simba}
    Var
      myPath:TPointArray;
    begin
      SestupSRL;
      SPS_Setup(RUNESCAPE_SURFACE,['11_7','11_6','10_6','10_7','12_7','12_6']);//SPS Areas
    myPath := [Point(163, 104), Point(154, 100), Point(146, 100), Point(136, 101), Point(124, 103),
     Point(112, 104), Point(103, 100), Point(93, 98), Point(81, 97), Point(71, 92)];
      SPS_WalkPath(myPath);
    end.

    however when I run it doesnt do anything and just shows this

    Code:
    Compiled successfully in 811 ms.
    SRL Compiled in 0 msec
    Successfully executed.
    have i done something wrong?

    Thanks

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    Instead of
    Simba Code:
    SetupSRL;
    do
    Simba Code:
    SetupP07Include;

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
  •