local RelationsData = {} RelationsData.Data = { [201] = { name = "Friend" }, [202] = { name = "Enemy" }, [203] = { name = "Mentor" }, -- ... } return RelationsData