Hi there!
I have a script that I use to launch a game server. It works well in the terminal, but I think script-server is not navigating to the other directories as required by the script. Here's the relevant section of code that I think is not running properly:
export NWNX_CORE_LOAD_PATH=~/nwnx/Binaries
LD_PRELOAD=~/nwnx/Binaries/NWNX_Core.so \
./nwserver-linux \
What script configuration settings should I play with to get this working?