EDIT: Nevermind... I figured it out. Thanks anwyay.
I'm really bad at searching the SDK to find vocabulary, if anyone knows the command off hand?
Edit:
I pulled this from CvUnit.cpp:
GET_PLAYER(getOwnerINLINE()).changeGoldenAgeTurns(GET_PLAYER(getOwnerINLINE()).getGoldenAgeLength());
Besides that I could only find isGoldenAge to check if it is a Golden Age. If it's what I posted anyone know the python equivalent?
(If doing so is possible, but I don't see why I wouldn't be able to start a Golden Age with Python)
The broad context is I'm ultimately trying to have someone acquire a free golden age upon being the first to research a specific tech. I can write the python to check if someone is the first to acquire the tech, I just can't then give that player a golden age.
I'm really bad at searching the SDK to find vocabulary, if anyone knows the command off hand?
Edit:
I pulled this from CvUnit.cpp:
GET_PLAYER(getOwnerINLINE()).changeGoldenAgeTurns(GET_PLAYER(getOwnerINLINE()).getGoldenAgeLength());
Besides that I could only find isGoldenAge to check if it is a Golden Age. If it's what I posted anyone know the python equivalent?
(If doing so is possible, but I don't see why I wouldn't be able to start a Golden Age with Python)
The broad context is I'm ultimately trying to have someone acquire a free golden age upon being the first to research a specific tech. I can write the python to check if someone is the first to acquire the tech, I just can't then give that player a golden age.