Results 1 to 6 of 6

Thread: Need help fist script

  1. #1
    Join Date
    Jan 2012
    Location
    Sweden
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Need help fist script

    Hi!

    Im working on some basic functions in a script that i am making, I am planning on making every function as a script on its own then build them together in one script once that is done. so the problem i am having is this:



    "Unable to find file 'srl/srl.scar' used form ' '" That right there is my problem..

  2. #2
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Change {$i srl/srl.scar} to {$i srl/srl.simba}.

  3. #3
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    You didn't free the spear DTM.

    FreeDTM(Spear);

  4. #4
    Join Date
    Jan 2012
    Location
    Sweden
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah noticed

  5. #5
    Join Date
    Jan 2012
    Location
    Sweden
    Posts
    24
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What would i have to write if i would like it to do something at X% Health?

  6. #6
    Join Date
    Dec 2011
    Location
    New York, USA
    Posts
    1,242
    Mentioned
    12 Post(s)
    Quoted
    193 Post(s)

    Default

    Simba Code:
    Begin
      If (HPPercent <>= Number) then
      begin
        Shit here;
      end;
    end;

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
  •