This may seem very simple but how do I remove a single character from the middle of a string?
Char.Vitals --> CharVitals
Comm.Channel.Start --> CommChannelStart
or substitute one part of that for another?
CharacterName = "Jim"
Char.Vitals { "hp": "3000", "maxhp": "3000", "mp": "2000", "maxmp": "2000"}
-->
Jim.Vitals = {"hp" = 3000, "maxhp" = 3000, "mp" = 2000, "maxmp" = 2000}
like that?
Char.Vitals --> CharVitals
Comm.Channel.Start --> CommChannelStart
or substitute one part of that for another?
CharacterName = "Jim"
Char.Vitals { "hp": "3000", "maxhp": "3000", "mp": "2000", "maxmp": "2000"}
-->
Jim.Vitals = {"hp" = 3000, "maxhp" = 3000, "mp" = 2000, "maxmp" = 2000}
like that?