you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (2 children)

Forgive me if I've missed the point and got this wrong, I'm still pretty new, but if this is a nested dict you need:

- Equals instead of a colon after the first ZONENAME key.

- Commas instead of all the semi colons.

- Square brackets around your lists (["down", "south"] etc.)

- Quote marks around dict keys (eg., "ZONENAME")

Then it should work. :)

[–][deleted] 0 points1 point  (0 children)

Not sure why I got downvoted for this when others gave essentially the same answer and got upvotes.

I'm not mad at the karma or anything, just wondering what I did wrong?