This is the table I am trying to print. It has lighting properties for each time of day.
Heres what it looks like when I print it:
Heres what it looks like when I try to print one of its child tables:
I have zero clue why this is happening so any help is greatly appreciated.
Thanks!
Lucid
kalabgs
(FartFella)
#2
Your table here is a dictionary, you are trying to index it numerically which wont work
You should do
print(timesLightingProperties.Noon)
1 Like
system
(system)
Closed
#3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.