| version 1.1 | | version 1.2 |
|---|
| | |
| #Please do not put CFPython functions in this file, | | #Please do not put CFPython functions in this file, |
| #but rather place these in the calling file (don't ask me why - it just feels right) | | #but rather place these in the calling file (don't ask me why - it just feels right) |
| | | |
| import CFgetPaths | | |
| import os.path | | import os.path |
| import shelve | | import shelve |
| import random | | import random |
| | | |
| | | import CFgetPaths |
| | | |
| class SlotMachine: | | class SlotMachine: |
| #sets up the file that holds all the slotmachine jackpots | | #sets up the file that holds all the slotmachine jackpots |
| #make sure this points to your writable var/crossfire directory | | #make sure this points to your writable var/crossfire directory |