Results 1 to 3 of 3

Thread: [Reflection] Rimmington Yew Script (Please Help!)

  1. #1
    Join Date
    Oct 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default [Reflection] Rimmington Yew Script (Please Help!)

    Fixed
    Last edited by Emu; 10-07-2011 at 07:17 AM.

  2. #2
    Join Date
    May 2007
    Location
    Sydney, Australia (Faggot Region)
    Posts
    1,465
    Mentioned
    0 Post(s)
    Quoted
    11 Post(s)

    Default

    I just noticed something

    You dont need a begin and end after a If if its only one statement

    Simba Code:
    If(R_Getanimation = 867) then
       Begin
         R_FindRandoms;
       End;

    Can be

    Simba Code:
    If(R_Getanimation = 867) then
       R_FindRandoms;


  3. #3
    Join Date
    Oct 2011
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks for the tip, anyway I found a fix.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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