Skip to content

Write To Text File?

Is there a way to save in game data to a text file? I would love to be able to drop bunch of items into an area, then trigger a script to store all information about each item into a text file to be more easily uploaded to a wiki page.

I haven't seen any older functions to write to a text file on nwnlexicon, maybe there is a more recent option?

Comments

  • ProlericProleric Member Posts: 1,281
    edited October 2021
    WriteTimestampedLogEntry can be used in NWScript to write log messages, which can be tidied up with a text editor.

    Alternatively, if you don't mind the learning curve, moneo will write exactly what you want. As with all Command Prompt programs, you can pipe the output to a text file e.g. > myfile.txt
  • BuddywarriorBuddywarrior Member Posts: 62
    edited October 2021
    I'll fiddle with the WriteTimestampedLogEntry first. Leto is out of my scope at the moment.
    Edit: Forgot the big thank you for a direction =)
Sign In or Register to comment.