View Single Post
  #1002  
Old 05-20-2007, 08:31 PM
PLOlover PLOlover is offline
Senior Member
 
Join Date: Jun 2005
Posts: 3,465
Default Re: Stars Bet Pot AHK ?

[ QUOTE ]
So it sounds like you got a desired pot-button, but anything with images is failing.

Some other things that cause image functions to fail: Running BetPot.AHK from an unextracted zip file, or from a location other than the extracted folder (so it can't find the "StarsPics" folder). Similar effect by starting from a shortcut without "Working Directory" specified correctly.

[/ QUOTE ]

changed

PicDir := "StarsPics"

to

PicDir := "C:\Documents and Settings\u\Desktop\WORKING\ahk scripts\BetPot-v0.2m\StarsPics"

and now it works perfect. the ahk script is in the BetPot-v0.2m folder like it should be it must be something with my computer i guess.
Reply With Quote