Jump to content

DOWNLOAD MODS

Are you looking for something shiny for your load order? We have many exclusive mods and resources you won't find anywhere else. Start your search now...

LEARN MODDING

Ready to try your hand at making your own mod creations? Visit the Enclave, the original ES/FO modding school, and learn the tricks of the trade from veteran modders...

JOIN THE ALLIANCE

Membership is free and registering unlocks image galleries, project hosting, live chat, unlimited downloads, & more...

Leianne

Allies
  • Posts

    83
  • Joined

  • Last visited

  • Days Won

    2

Leianne last won the day on May 30 2013

Leianne had the most liked content!

About Leianne

  • Birthday 04/20/1962

Profile Information

  • Gender
    Female
  • Location
    Calgary Alberta
  • Interests
    reading / movies / programming / painting / drawing / photography

Leianne's Achievements

Journeyman

Journeyman (4/11)

19

Reputation

  1. Okay - not sure if this is where I post this, but ... I just got my very first bow !!! It's a Hungarian Horse Bow, and it was made by hand in Austria - 'specially for me I'm just SO excited! Here are pictures of my bow .... it's got; black binding, black hand tooled leather, decorative horn on the 'horns' and hilt It's a 25# draw with a 26" draw length - I'm going to be using it for target shooting https://www.dropbox.com/s/4bw6ch6usmpkjsv/20140128_183252.jpg https://www.dropbox.com/s/kbf537r0wj5vx9v/20140128_183259.jpg https://www.dropbox.com/s/0y6f1fkhbef9uqq/20140128_183329.jpg https://www.dropbox.com/s/6xujqe2jwqnuelh/20140128_183337.jpg https://www.dropbox.com/s/usmyhpvsuku4hhn/20140128_183407.jpg https://www.dropbox.com/s/bvu5q62ma1y82xf/20140128_183427.jpg https://www.dropbox.com/s/uga2q8cx3kg10aj/20140128_183434.jpg https://www.dropbox.com/s/a13z7fca51m4zi1/20140128_183440.jpg https://www.dropbox.com/s/23a4m39taxf0clz/20140128_183447.jpg I've never had my own bow ... and I'm just a beginner - but I feel pretty special with this lovely Christmas present I got! Comments are welcome!
  2. Okay ... so I need to know why MyRandNum3 = False. Were the first two numbers you picked correct, but not the third one? Just need a bit of clarification
  3. Okay ... one of the screenshots shows a 'false' generated ... given that the pointer should never enter an IF statement unless true .. that one is a tad suspicious ... let me go over it again. Seems it's showing FALSE for when that ISN'T the number ... ie: MyRandNum3 == FALSE .. which is understandable. If that's the case, I'm not seeing where the notification is for each ELSEIF statement ... need to go over your code again, will copy n' paste it to notepad so I can refer back to it. gimme a min
  4. Oh lol sorry ... right after each notification
  5. Hmmm I would do a Debug.Notification between every ELSEIF where you set the RandNum to true ... to see if it's setting them FOR ALL of them. eg: ElseIf MyRandNum2 == 2 RandNum02 == True Debug.Notification(RandNum02) ElseIf MyRandNum2 == 1 RandNum01 == True Debug.Notification(RandNum01) EndIf ** sorry to clarify ... to see if it's setting them FOR ALL THE ONES THAT ARE SUPPOSED TO BE SET ie: you'll get 8 FALSE and 1 TRUE for each set of checks
  6. Do the debug on the correct answers again - and see what format they're returning .. just for kicks ... make sure it's returning RandNum04 - RandNum03 etc... for ALL of them.
  7. Sorry ... what? It IS hitting the IF statement? You're getting "It's getting in here" in your notification? Never mind ... LOL got messed up on your "yes it is" ... didn't realize you were referring to it IS weird! LOL
  8. So it isn't hitting the IF statement at all? that's weird! *** Does your '4' NOT EQUAL RandNum04 for some reason? When you do the debug on your 'answer' does it give you - RandNum03 , RandNum04 ... ?
  9. Put a debug here: if RandNum04 == True Debug.Notification("It's getting in here") HintObject04.Disable() Debug.Notification(HintObject04.IsDisabled()) ;will show true or false in notification EndIf ** just to see if it hit the if statement at all
  10. I don't think merging your 'if' statements will make a difference - at least they SHOULDN'T ... but I would do a Debug.Notification("hitting hint object") AND a check on the object's status - Debug.Notification(HintObject.IsEnabled()) as well
  11. Have you added Debug.Notification("Hitting hint true") for any of your hint objects ( 1 - 5) and maybe doing a Debug.Notification("Answer is:" + MyRandNum1 + "," + MyRandNum2 etc..) So you know what the result of your random is? - and did it hit that object at all?
  12. So you do! Therefore it generates a new number for that button - I see and you check it for the third being a duplicate as well - excellent! What I'm not seeing is ... like you, why the 6 thru 9 would work and not the 1 thru 5 ... will ponder some more
  13. Hmm the only thing that is really jumping out at me is - not checking for multiple generations of the same number. ie: combo 998 not sure if that helps.
×
×
  • Create New...