Results 1 to 2 of 2

Thread: Uptext Help

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

    Default Uptext Help

    I'm having no issues with my scripts, except i can't get the P07_GetUpText function to work correctly.

    I made this small program to return uptext in the debug box.

    Code:
    program uptext;
    {$i srl/srl.simba}
    {$I P07Include.Simba}
    
    procedure show;
    begin
    writeln(P07_GetUpText);
    end;
    
    begin
    SetupSRL;
    SetupP07Include;
    repeat
    show;
    wait(500)
    until(false)
    end.
    The idea is that whatever i manually hover over with my mouse, it should display the uptext in the debug box.

    It returns nothing, no matter what I hover over. Any ideas or is anyone else having this problem?

    Thanks

    EDIT: Hadnt restarted simba since i "installed" the include and fonts.

    Now it returns
    Code:
    '
    '
    '
    '
    '
    '
    '
    '
    '
    '
    '
    any ideas?
    Last edited by nV_Haze; 03-06-2013 at 05:32 AM.

  2. #2
    Join Date
    Feb 2013
    Posts
    37
    Mentioned
    0 Post(s)
    Quoted
    19 Post(s)

    Default

    Is your brightness all the way up? Did you change to font folder name maybe it has a (1) because you downloaded 2 of them? Here is your most likely problem, did you drag the crosshair onto runescape?and lastly check if your font is in 'C:\Simba\Fonts\P07UpChars' and not in 'C:\Simba\Fonts\P07UpChars\P07UpChars'.
    Last edited by mmmvvvbbb; 03-06-2013 at 07:12 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
  •