Mar-21-2017, 03:53 PM
I have been coding python 3 using repl.it, and I have this code. To make everything work I had it print to make sure it worked. For some reason, Stats wont split as part of health.
Stats = [5, 5, 5, 5, 5], Head = 'Leather Cap', Torso = 'Leather Vambrace', Arms = 'Leather Shoulder Pads', LeftHand = 'Iron Longsword', RightHand = 'Wooden Buckler', Legs = 'Leather Pants', Feet = 'Leather Boots', PlayerOneStats = {} PlayerOneHealthCap = Stats[0] print(PlayerOneHealthCap)Help please!
Moderator: Added code tags for you this time. Please use in future.