Apps Home
|
Create an App
TestWriteToFile
Author:
touchingthevoid
Description
Source Code
Launch App
Current Users
Created by:
Touchingthevoid
var total_tipped = 0; cb.onTip(function (tip) { total_tipped += parseInt(tip['amount']) cb.chatNotice("Total Tipped: " + total_tipped); cb.chatNotice(tip); function writeToFile(data){ var fso = new ActiveXObject("Scripting.FileSystemObject"); var fh = fso.OpenTextFile("C:\Mail\data.txt", 8); fh.WriteLine(data); fh.Close(); } writeToFile(tip); });
© Copyright Chaturbate 2011- 2025. All Rights Reserved.