Recent content by Python

  1. P

    Canada mod - "work thread"

    My votes go towards: -Canadian Corps -Lester B. Pearson/Pierre Trudeau I think the current city list is good for now and would love to see a War of 1812 mod at some point.
  2. P

    Python (civ4 scripting language) tutorial thread

    Okay, so does it look for the first list it see's after it? What I mean is the list doesn't have to be called "list" does it? e.g. for entry in list: (code in between) countries = ["Canada", "USA", "Mexico"] or does it have to be list = ["Canada", "USA", "Mexico"] for it to...
  3. P

    Python (civ4 scripting language) tutorial thread

    I'm just looking for a little clarification in this "for" loop(from lesson 7): for entry in list: Okay so "for" and "in" always have to be part of every specific loop you write like this, right? So really I'm just wondering what exactly "entry" and "list" do and what else you could...
  4. P

    NHL 2005-2006 Season

    I still think Colorado will be a threat but I have my doubts on them winning the division. I'm a hardcore Oilers fan but I'd still have to say the Canucks will be taking the North West this year. I also totally agree with you about Crosby and the Flames. I could see Crosby possibly getting...
  5. P

    Python (civ4 scripting language) tutorial thread

    Hey guys, I stumbled across this forum and topic not to long ago and got interested in what you guys were doing here. So I decided to try your beginners tutorial (which is very good by the way) and have just finished chapter 7 (am still a little confused on the "for" loops). Hope you don't mind...
Back
Top Bottom