Results 1 to 3 of 3

Thread: Choose option help

  1. #1
    Join Date
    Jan 2007
    Posts
    834
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Choose option help

    Mutiple threads ftw. My killer has a bone picker in it but it has a major flaw, it doesnt pick it up. I tried using chooseoption but theres also meat on the bone so i would take that or the bone.... Is there any choose option or anything that could help me to pick it up?

    Help and advice appreciated.

  2. #2
    Join Date
    Jul 2007
    Location
    Norway.
    Posts
    1,938
    Mentioned
    3 Post(s)
    Quoted
    0 Post(s)

    Default

    When you move your mouse to the position where the found color of the bones is, check if the uptext says something like "Pick-up Bones / 4 more options". If you store the uptext to a string, and then do
    SCAR Code:
    if (StrToIntDef(Trim(Between('/', 'more', CurrentUpText)), -1) > 3) then
    begin
      GetMousePos(X, Y);
      Mouse(X, Y, 0, 0, False);
      Result := ChooseOption('ones');
    end;

  3. #3
    Join Date
    Jan 2007
    Posts
    834
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It says take rat meat as the uptext.

    Edit= i got it to work, i put option as ones
    Last edited by Mr. Doctor; 08-21-2009 at 07:22 AM.

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
  •