Sorry to bother, but it seems that more question arise all the time about SLIC. Just wanna pop these questions... (nagging again, i know. Im just a perfectionist )
Is there no SetPlayerByIndex? Just want to have all the players as they started to be able to use all their names in the demographics... (and know how many they are)
I noticed that player.1.gold worked but player.1.discoveries gave the number 148 (total number of advances????), when i had researched 10/70, what does it really show? is there any other variable for the amount of sciences one have discovered or must one check each and every with HasAdvance(player, advance_name)?
Which by the way i didn´t get to work, even this didn´t work
if HasAdvance(g.player, ADVANCE_AGRICULTURE) {
code
}
this never happend, what´s wrong? i tried changing everything...
And the total pop? must one sum all from the cites or? I thought since it is displayed everyturn it must be a variable...
More, Land. Is there a variable for the amount of land owned or?
Can one change the size of messageboxes or have multiple textcommandos in the same window (i have tried but failed)
Textvariables like player.1.civ, can you make those user defined?
Is there no SetPlayerByIndex? Just want to have all the players as they started to be able to use all their names in the demographics... (and know how many they are)
I noticed that player.1.gold worked but player.1.discoveries gave the number 148 (total number of advances????), when i had researched 10/70, what does it really show? is there any other variable for the amount of sciences one have discovered or must one check each and every with HasAdvance(player, advance_name)?
Which by the way i didn´t get to work, even this didn´t work
if HasAdvance(g.player, ADVANCE_AGRICULTURE) {
code
}
this never happend, what´s wrong? i tried changing everything...
And the total pop? must one sum all from the cites or? I thought since it is displayed everyturn it must be a variable...
More, Land. Is there a variable for the amount of land owned or?
Can one change the size of messageboxes or have multiple textcommandos in the same window (i have tried but failed)
Textvariables like player.1.civ, can you make those user defined?
Comment