Heres the code (its long cuz I want the text file organised)
if file exist("exist.txt") then delete file "exist.txt"
open to write 1,"exist.txt"
for i=1 to 100
if object exist(i)
write string 1,"Model: "+str$(i)
endif
next i
write string 1," "
for j=1 to 100
if image exist(j)
write string 1,"Image: "+str$(j)
endif
next j
write string 1," "
for k=1 to 100
if music exist(k)
write string 1,"Music: "+str$(k)
endif
next k
write string 1," "
for l=1 to 100
if sound exist(l)
write string 1,"Sound: "+str$(l)
endif
next l
write string 1," "
for m=1 to 100
if matrix exist(m)
write string 1,"Matrix: "+str$(m)
endif
next m
close file 1
RPGamer
Current Project: Eternal Destiny
We need a texture artist!
If your interested email me -
[email protected]