Results 1 to 2 of 2

Thread: Smart Error

  1. #1
    Join Date
    Apr 2012
    Posts
    18
    Mentioned
    1 Post(s)
    Quoted
    7 Post(s)

    Default Smart Error

    Part of my bank function wont compile, need some help please!
    Code:
    Code:
    SMART_DrawBoxEx(True,SearchArea,clPurple);          SMART_DrawBoxEx(False,Box,clYellow);       SMART_ClearCanvas;
    When i try to compile it fails becuase of this code. Did i need to import something else?

  2. #2
    Join Date
    Mar 2007
    Location
    Mars, I thought all men were from Mars.
    Posts
    513
    Mentioned
    7 Post(s)
    Quoted
    124 Post(s)

    Default

    SMART_DrawBoxEx(Clear, Fill: boolean; Box: TBox; color: TColor);
    SMART_DrawBoxEX(False, False, Box, clYellow);

    oh and make sure you include this

    {$I SRL\SRL\Misc\SmartGraphics.Simba}
    Last edited by bud_wis_er_420; 02-22-2013 at 06:38 AM.
    Not scripting for RS anymore, sorry. Banned too many times.
    MY SCRIPTS

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
  •