ok so I basicallly am trying to take all of my sprites names and write it to a text file.. and this is what I tryed with no prevail
//in create event
FF=file_text_open_write(working_directory +'\sprites.txt')
for(i=0;i=999999;i+=1){
if(sprite_exists(i)) file_text_write_string(FF,''+sprite_name[i])
}nothing is written into the file though? Im new to writing to external files and its something im kind of in need of write now...
Thanks in advance



Find content
Not Telling
