Results 1 to 2 of 2

Thread: OSR gametab.simba

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

    Default OSR gametab.simba

    Hi!

    I want to test the HPPercent function in gametab.simba.

    So i include it at the top like so

    Simba Code:
    {$include SRL-OSR/SRL/misc/gametab.simba}

    and when i call HPPercent i get this error

    Code:
    Duplicate identifier 'GETCURRENTTAB' at line 42
    which is form the gametab.simba file

    The other includes in misc/ seem to work fine

  2. #2
    Join Date
    Jul 2011
    Location
    /home/litoris
    Posts
    2,226
    Mentioned
    0 Post(s)
    Quoted
    159 Post(s)

    Default

    Just include SRL-OSR/SRL.simba or wherever the main file is located. Because HPPercent is in the core, it is automatically included this way, and it might be depending on functions from other files.
    Miner & Urn Crafter & 07 Chicken Killer
    SPS BlindWalk Tutorial

    Working on: Nothing

    teacher in every art, brought the fire that hath proved to mortals a means to mighty ends

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
  •