Support Forums
Gambling Script Help - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18)
+---- Forum: Python Programming Language (https://www.supportforums.net/forumdisplay.php?fid=32)
+---- Thread: Gambling Script Help (/showthread.php?tid=1796)

Pages: 1 2


RE: Gambling Script Help - Gaijin - 10-20-2009

(10-20-2009, 10:23 AM)Mr.FeellingLeSS Wrote: Thanks for the quick response Thumbsup

i see what i did wrong fixing it now Big Grin[/align]
Blackhat
Yeah you executed the os.system function and assigned the return value to a clearer var... that way the function is already executed and calling the var will not execute it again.

Just put code blocks in a function when you need them more then one time.