While reading the forums and trying to figure out just basic things like how to print variables to the screen and file I've constantly run across this command:
The problem is it just doesn't work and not only that but I can't find CyInterface anywhere. As best I can tell it doesn't exist as a file, class or function.
I finally got a message to print to the PythonDbg log with this bit of code:
I read somewhere that CyInterface was no longer included with Civ4. Anyone know the story on this?
Code:
CyInterface().addImmediateMessage
The problem is it just doesn't work and not only that but I can't find CyInterface anywhere. As best I can tell it doesn't exist as a file, class or function.
I finally got a message to print to the PythonDbg log with this bit of code:
Code:
import CvUtil
CvUtil.pyPrint("this is my testing script - dlo")
I read somewhere that CyInterface was no longer included with Civ4. Anyone know the story on this?