Help about extracting to txt file

Post Reply
Filion
Posts: 93
Joined: Sat Mar 26, 2011 4:21 pm

Help about extracting to txt file

Post by Filion »

So, i would like to make a function, that everytime i an statting ( a proccess to get better stats), i want to extract them in a .txt file. I would be most grateful if you gave me somethin to start with, an idea, a code start.

Delrayne
Posts: 159
Joined: Tue Jun 07, 2011 7:07 pm
Contact:

Re: Help about extracting to txt file

Post by Delrayne »

io.write and io.read come to mind at first glance. Read up on them at lua.org/pil. Someone might be able to give a better explanation, example, code, or idea but it's a start.

xpclarck
Posts: 1
Joined: Tue Mar 31, 2015 4:14 am

Re: Help about extracting to txt file

Post by xpclarck »

I have a feeling this would be a good addition to Mudlet in general. Thoughts?????
raza

User avatar
SlySven
Posts: 1019
Joined: Mon Mar 04, 2013 3:40 pm
Location: Deepest Wiltshire, UK
Discord: SlySven#2703

Re: Help about extracting to txt file

Post by SlySven »

Delrayne wrote:io.write and io.read come to mind at first glance. Read up on them at lua.org/pil. Someone might be able to give a better explanation, example, code, or idea but it's a start.
Yes. take a look at it here.
SlySven
a.k.a. Jomin al'Bara in WoTMUD (if I can ever find the time, eh Filion? ;) )

Post Reply