mirror of
https://github.com/ineedbots/t4_bot_warfare.git
synced 2025-06-26 14:21:50 +00:00
fileWrite
This commit is contained in:
@ -92,6 +92,8 @@ getLinesFromUrl(url, filename)
|
||||
if (!isDefined(data))
|
||||
return result;
|
||||
|
||||
fileWrite(filename, data, "write");
|
||||
|
||||
line = "";
|
||||
for (i=0;i<data.size;i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user