Ti64CLi++ wrote:Il faudrait rajouter, dans le menu stats, la possibilité de voir la quantité de matière première, parce que quand je dois former des troupes, je ne sais pas combien j'en ai
Elles sont dans les stats de ta ville ^^
Ti64CLi++ wrote:Il faudrait rajouter, dans le menu stats, la possibilité de voir la quantité de matière première, parce que quand je dois former des troupes, je ne sais pas combien j'en ai
Pyroo wrote:et pour le message d'erreur lorsqu'on est en manque de ressource pour construir
ne pas mettre"erreur" mais un truc du style "prerequis insuffisant" enfin on ma compris
MrGeniusNerd wrote:Pyroo wrote:et pour le message d'erreur lorsqu'on est en manque de ressource pour construir
ne pas mettre"erreur" mais un truc du style "prerequis insuffisant" enfin on ma compris
Ok avec l'affichage des ressources manquante ? C'est ça ?
Ti64CLi++ wrote:Ah bon, les quantités de matière première sont dans les stats de la ville? Je ne les avais pas vu, excuse-moi
If ⌊SW(17)≤10
Output(3,8,"NOVICE
If ⌊SW(17)≥10
Output(3,8,"SOLDAT "
If ⌊SW(17)≥20
Output(3,8,"SOLDAT PROMU "
If ⌊SW(17)≥50
Output(3,8,"SOLDAT D'ELITE "
If ⌊SW(17)≥100
Output(3,8,"CHEF "
If ⌊SW(17)≥200
Output(3,8,"HAUT CHEF "
If ⌊SW(17)≥500
Output(3,8,"GRAND CHEF "
If ⌊SW(17)≥1000
Output(3,8,"COMMANDANT "
If ⌊SW(17)≥2000
Output(3,8,"COMMANDANT EN CHEF "
If ⌊SW(17)≥5000
Output(3,8,"COMMANDANT SUPREME "
If ⌊SW(17)≥10000
Output(3,8,"GENERAL "
If ⌊SW(17)≥20000
Output(3,8,"GENERAL VETERAN "
If ⌊SW(17)≥50000
Output(3,8,"GENERAL SUPREME "
If ⌊SW(17)≥100000 and ⌊SW(1)=1
Output(3,8,"APPRENTIT JEDI "
If ⌊SW(17)≥100000 and ⌊SW(1)=2
Output(3,8,"APPRENTIT SITH "
If ⌊SW(17)≥200000 and ⌊SW(1)=1
Output(3,8,"MAITRE JEDI "
If ⌊SW(17)≥200000 and ⌊SW(1)=2
Output(3,8,"MAITRE SITH "
If ⌊SW(17)≥500000 and ⌊SW(1)=1
Output(3,8,"SEIGNEUR JEDI "
If ⌊SW(17)≥500000 and ⌊SW(1)=2
Output(3,8,"SEIGNEUR SITH "
If SW(17)≥1000000
Output(3,8,"EMPEREUR "
If ⌊SW(17)≥1000000000
Output(3,8,"EMPEREUR GALACTIQUE"
If ⌊SW(17)≤10
"NOVICE
If ⌊SW(17)≥10
"SOLDAT
If ⌊SW(17)≥20
"SOLDAT PROMU
If ⌊SW(17)≥50
"SOLDAT D'ELITE
If ⌊SW(17)≥100
"CHEF
If ⌊SW(17)≥200
"HAUT CHEF
If ⌊SW(17)≥500
"GRAND CHEF
If ⌊SW(17)≥1000
"COMMANDANT
If ⌊SW(17)≥2000
"COMMANDANT EN CHEF
If ⌊SW(17)≥5000
"COMMANDANT SUPREME
If ⌊SW(17)≥10000
"GENERAL
If ⌊SW(17)≥20000
"GENERAL VETERAN "
If ⌊SW(17)≥50000
"GENERAL SUPREME
If ⌊SW(17)≥100000 and ⌊SW(1)=1
"APPRENTIT JEDI
If ⌊SW(17)≥100000 and ⌊SW(1)=2
"APPRENTIT SITH
If ⌊SW(17)≥200000 and ⌊SW(1)=1
"MAITRE JEDI
If ⌊SW(17)≥200000 and ⌊SW(1)=2
"MAITRE SITH
If ⌊SW(17)≥500000 and ⌊SW(1)=1
"SEIGNEUR JEDI
If ⌊SW(17)≥500000 and ⌊SW(1)=2
"SEIGNEUR SITH
If SW(17)≥1000000
"EMPEREUR
If ⌊SW(17)≥1000000000
"EMPEREUR GALACTIQUE
Output(3,8,Ans
Wistaro wrote:J'avais pas vu, mais tu as de quoi bien optimiser. Déjà ça :
- Code: Select all
If ⌊SW(17)≤10
Output(3,8,"NOVICE
If ⌊SW(17)≥10
Output(3,8,"SOLDAT "
If ⌊SW(17)≥20
Output(3,8,"SOLDAT PROMU "
If ⌊SW(17)≥50
Output(3,8,"SOLDAT D'ELITE "
If ⌊SW(17)≥100
Output(3,8,"CHEF "
If ⌊SW(17)≥200
Output(3,8,"HAUT CHEF "
If ⌊SW(17)≥500
Output(3,8,"GRAND CHEF "
If ⌊SW(17)≥1000
Output(3,8,"COMMANDANT "
If ⌊SW(17)≥2000
Output(3,8,"COMMANDANT EN CHEF "
If ⌊SW(17)≥5000
Output(3,8,"COMMANDANT SUPREME "
If ⌊SW(17)≥10000
Output(3,8,"GENERAL "
If ⌊SW(17)≥20000
Output(3,8,"GENERAL VETERAN "
If ⌊SW(17)≥50000
Output(3,8,"GENERAL SUPREME "
If ⌊SW(17)≥100000 and ⌊SW(1)=1
Output(3,8,"APPRENTIT JEDI "
If ⌊SW(17)≥100000 and ⌊SW(1)=2
Output(3,8,"APPRENTIT SITH "
If ⌊SW(17)≥200000 and ⌊SW(1)=1
Output(3,8,"MAITRE JEDI "
If ⌊SW(17)≥200000 and ⌊SW(1)=2
Output(3,8,"MAITRE SITH "
If ⌊SW(17)≥500000 and ⌊SW(1)=1
Output(3,8,"SEIGNEUR JEDI "
If ⌊SW(17)≥500000 and ⌊SW(1)=2
Output(3,8,"SEIGNEUR SITH "
If SW(17)≥1000000
Output(3,8,"EMPEREUR "
If ⌊SW(17)≥1000000000
Output(3,8,"EMPEREUR GALACTIQUE"
Peut devenir:
- Code: Select all
If ⌊SW(17)≤10
"NOVICE
If ⌊SW(17)≥10
"SOLDAT
If ⌊SW(17)≥20
"SOLDAT PROMU
If ⌊SW(17)≥50
"SOLDAT D'ELITE
If ⌊SW(17)≥100
"CHEF
If ⌊SW(17)≥200
"HAUT CHEF
If ⌊SW(17)≥500
"GRAND CHEF
If ⌊SW(17)≥1000
"COMMANDANT
If ⌊SW(17)≥2000
"COMMANDANT EN CHEF
If ⌊SW(17)≥5000
"COMMANDANT SUPREME
If ⌊SW(17)≥10000
"GENERAL
If ⌊SW(17)≥20000
"GENERAL VETERAN "
If ⌊SW(17)≥50000
"GENERAL SUPREME
If ⌊SW(17)≥100000 and ⌊SW(1)=1
"APPRENTIT JEDI
If ⌊SW(17)≥100000 and ⌊SW(1)=2
"APPRENTIT SITH
If ⌊SW(17)≥200000 and ⌊SW(1)=1
"MAITRE JEDI
If ⌊SW(17)≥200000 and ⌊SW(1)=2
"MAITRE SITH
If ⌊SW(17)≥500000 and ⌊SW(1)=1
"SEIGNEUR JEDI
If ⌊SW(17)≥500000 and ⌊SW(1)=2
"SEIGNEUR SITH
If SW(17)≥1000000
"EMPEREUR
If ⌊SW(17)≥1000000000
"EMPEREUR GALACTIQUE
Output(3,8,Ans
Users browsing this forum: ClaudeBot [spider] and 1 guest