Results 1 to 2 of 2

Thread: If my characters HP percentage is lower than this amount then do this.

  1. #1
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    133
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default If my characters HP percentage is lower than this amount then do this.

    Need a bit of help doing what the title says. Heres what I have:

    SCAR Code:
    procedure HPCheck;
    begin
      if GetHp = < (50) then Exit;
    end;

    I get this error:

    SCAR Code:
    Line 50: [Error] (15180:1): Duplicate identifier '' in script C:\Program Files\SCAR 3.11\Scripts\Runescape\Chookens.scar
    Failed when compiling


    Help would be appreciated, thanks.
    Quote Originally Posted by The Un-Named View Post
    You can do this a few times before mods catch on...

    "oh fuck, I think the icecream truck just knocked a kid over, brb".

  2. #2
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    133
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Error fixed
    Quote Originally Posted by The Un-Named View Post
    You can do this a few times before mods catch on...

    "oh fuck, I think the icecream truck just knocked a kid over, brb".

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 1 sec Ago Bug i see a characters(very BIG)
    By ShowerThoughts in forum SRL Site Discussion
    Replies: 5
    Last Post: 03-03-2008, 05:43 PM
  2. No avatar means lower cup
    By Boreas in forum SRL Site Discussion
    Replies: 0
    Last Post: 10-25-2006, 05:19 PM

Posting Permissions

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