Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: myrroddin
Forum: General Authoring Discussion 09-05-19, 10:57 PM
Replies: 5
Views: 4,300
Posted By myrroddin
Correct. local defaults = { profile = { ...

Correct.
local defaults = {
profile = {
enabled = true,
pet = "dog"
}
}
Let's first assume the user changes nothing, in which case there is no file written in the...
Showing results 1 to 1 of 1