Darkator Prince Joined Sep 18, 2020 Messages 336 Location Poland,EU Sep 17, 2021 #1 python how to define research quantity
Leoreth KEL Retired Moderator Joined Aug 23, 2009 Messages 38,537 Location Faraway Town Sep 18, 2021 #2 question can ask in full sentences
MightyToad Sith Lord Joined Sep 11, 2015 Messages 477 Sep 18, 2021 #3 Why use many word when few word do trick
Leoreth KEL Retired Moderator Joined Aug 23, 2009 Messages 38,537 Location Faraway Town Sep 18, 2021 #4 oh convinced. use code to accomplish outcome
Darkator Prince Joined Sep 18, 2020 Messages 336 Location Poland,EU Sep 19, 2021 #5 Is there any function in Python that takes a number of team research progress. @Leoreth
LPlate2 Warlord Joined Dec 27, 2018 Messages 299 Sep 19, 2021 #6 Check the API, http://civ4bug.sourceforge.net/PythonAPI/index.html. setResearchProgress and getResearchProgress sound like the ones you’re looking for. You might also want getResearchLeft.
Check the API, http://civ4bug.sourceforge.net/PythonAPI/index.html. setResearchProgress and getResearchProgress sound like the ones you’re looking for. You might also want getResearchLeft.
Leoreth KEL Retired Moderator Joined Aug 23, 2009 Messages 38,537 Location Faraway Town Sep 20, 2021 #7 Darkator said: Is there any function in Python that takes a number of team research progress. @Leoreth Click to expand... What are you trying to accomplish?
Darkator said: Is there any function in Python that takes a number of team research progress. @Leoreth Click to expand... What are you trying to accomplish?
Darkator Prince Joined Sep 18, 2020 Messages 336 Location Poland,EU Sep 20, 2021 #8 I want to take the team's research progress to zero and then give the team a set up by me every turn-based research progress.
I want to take the team's research progress to zero and then give the team a set up by me every turn-based research progress.