The Powder Toy
Download
Forum
Browse
Wiki
FAQ
Play online
Register
Login
Discussions
/
The Powder Toy/Lua scripting
/
Small question.
«
1
»
Small question.
ArtMaster
14th Feb 2012
Banned
0
Permalink
This post is hidden because the user is banned
mniip
14th Feb 2012
Developer
0
Permalink
if you do
f=io.open('somefile.txt','w')
f:write('sometext')
f:close()
You'll find a file somefile.txt containing sometext
ArtMaster
14th Feb 2012
Banned
0
Permalink
This post is hidden because the user is banned
«
1
»