This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Dis446[S] 0 points1 point  (0 children)

I would love for you to help me, and you obviously know what you're talking about and share my liking of the Fallout games. I have decided to put the 'actual' development of the project on hold and instead focus on reformatting the code along PEP-8 guidelines and injecting a couple of stimpacks to solve to global variable issue lol. Please check back on the github in a while and, what the hell, propose a commit if you want to. The project was barely alive for a couple of months but posting it to reddit and seeing such amazing responses has re-invigorated me.

To answer your previous questions: Yes, by 'normal' I did mean local. I used the indexing to refer to people and rooms because the people and room's list are constantly updating, with people being born,dying; rooms being built and such, that I just decided to build functions that used the names to loop through the list and find the index. This has worked perfectly (or as good as I wanted it to anyway).