Results 1 to 5 of 5

Thread: is there a reflection parameter to see what random you just solved?

  1. #1
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default is there a reflection parameter to see what random you just solved?

    Hello, im wondering if there a reflection parameter to check what random you solved? i see maze turn on the compass while solving and it keep it that way once its done, i would like to put it to north if it solve it.

  2. #2
    Join Date
    May 2008
    Location
    Here :p
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if R_FindRandoms then MakeCompass('N');
    use that insted of just R_findRandoms (y)

  3. #3
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    But will it change the compass when it gets to it or when its done ? because it turn it when its solving it.

  4. #4
    Join Date
    May 2008
    Location
    Here :p
    Posts
    194
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if you come across a random event it will solve it then execute the code after the then.

  5. #5
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Alright thank you.

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
  •