Scrap/Random Hacks/Toontown Logger Information.txt
Richard Wright 5f35433c9b Scrap codes
2015-03-01 17:03:11 +00:00

10 lines
No EOL
281 B
Text

# Press 1 to log
# C:C:\Users\christian\Desktop\log.txt
lmc = str(messenger.send)
fp = "C:\Users\christian\Desktop\log.txt"
def log():
wrf = open(fp, "w")
wrf.write(lmc + "\n")
wrf.close()
base.localAvatar.setSystemMessage(1, 'Logging...')
base.accept("1", log, [])