Looking through the pythons of Rhye's and Fall of Civilization, I noticed that each call for this function (DeclareWar) has an extra parameter that allows you to dictate the type of warplan issued to the team which declares war. I want to use that feature in my mod (mostly to force nations to attack relentlessly by giving them WARPLAN_TOTAL). The problem is that I'm not sure whether or not this is possible without the RFC modified DLL. Does anyone know if the original program accepts this extra parameter, or if I need the RFC library (or code it myself?).