Search found 2 matches
- Tue Aug 18, 2020 1:12 am
- Forum: Modding help
- Topic: Making a mod list command but not working...
- Replies: 2
- Views: 1077
Re: Making a mod list command but not working...
Thank you so much bud it worked!
- Mon Aug 17, 2020 3:27 am
- Forum: Modding help
- Topic: Making a mod list command but not working...
- Replies: 2
- Views: 1077
Making a mod list command but not working...
I'm trying to figure stuff out with this game, so I have made a command that will get all the active mods and put it into a txt file.
/c for name in pairs(script.active_mods) do game.print(name) end
When you put that into the console it logs all the active mods, Great!
but if I change it to ...
/c for name in pairs(script.active_mods) do game.print(name) end
When you put that into the console it logs all the active mods, Great!
but if I change it to ...