Re: Update - 2004.06.15
Where does the time go?!
Originally posted by J Bytheway
It's been nearly a month
It's been nearly a month
GrantAdvance(iwwPlayer, VIS_VisiStuffAdvance);
int_t VIS_VisiStuffAdvance HandleEvent(BeginTurn) 'SetupEveryTurnPre' pre { VIS_VisiStuffAdvance = AdvanceDB(ADVANCE_SUBNEURAL_ADS); Message(1, 'GeneralGamestatsMsg'); } messagebox 'GeneralGamestatsMsg' { Text(ID_GENERAL_GAME); }
GENERAL_GAME "Visi: {VIS_VisiStuffAdvance}"
Event:CreateBuilding(popCity, BuildingDB(IMPROVE_GERM_THEORY));
if(HasGood(someLoc)) { it's fine; }
VIS_CapitolBuilding = BuildingDB(IMPROVE_CAPITOL);
Comment