So with this entry it is now time to talk on my current work on this RPG, an inventory system and items.
I have actually looked over many text-based RPG's in Python and one of my personal gripes is that the ones I have looked at do not code an inventory system or an equipment system. The other gripe I had was that the code for these games...
So with entry 2, I will be posting up all the source in much of the files I have. I will attempt to explain some things in regards to some source although I may not get to it altogether.
I will say right here that I did not at ALL get to these points by myself. I was following a youtube tutorial on RPG's from a user named QuadRaxi. His...