DB access: ConstDB
Just found the following lines in my (revised, otherwise working ) mergecivs.slc.
Well, I remember having read (somewhere, but can't find the source now) that SLIC DB access has been extended to all databases and obviously wanted to test it:
Uncommenting the outcommented line I get a SLIC message telling me that "Symbol CAPTURE_CITY_ADVANCE_CHANCE is undefined". If I put "CAPTURE_CITY_ADVANCE_CHANCE" between quotes I get "syntax error".
Just found the following lines in my (revised, otherwise working ) mergecivs.slc.
Well, I remember having read (somewhere, but can't find the source now) that SLIC DB access has been extended to all databases and obviously wanted to test it:
Code:
// mrgAdvanceChance = ConstDB(CAPTURE_CITY_ADVANCE_CHANCE); // should work in the AE, but doesn't, with or without quotes mrgAdvanceChance = 25;
Comment