Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #class GC():
- # def esc():
- # escGC += 0.125
- # if escGC >= 4:
- # escGC -= 4
- # escGCl[] = list.addint(escGCl[],1)
- # shell
- def INIT_GC():
- global escGC
- escGC = 0.0
- def esc():
- global escGC
- escGC += 0.125
Add Comment
Please, Sign In to add comment