Hello. I am in dire needs of aid.
I wanted to add an option to the scenario i am currently doing. The option will allow the user to choose the normal religion.csv file, or the one i did. I know how to create an option, but the problem is that despite my best tries, the 2nd religion.csv (called religion_original.csv) never works and the first religion.csv file is always the only one that works, be the option OFF or ON.
Here is the code:
The question is - am i doing everything right? If not, what is wrong? Why isnt it working properly? Is it even possible to do what i want?
Thanks for any possible answer.
EGO
I wanted to add an option to the scenario i am currently doing. The option will allow the user to choose the normal religion.csv file, or the one i did. I know how to create an option, but the problem is that despite my best tries, the 2nd religion.csv (called religion_original.csv) never works and the first religion.csv file is always the only one that works, be the option OFF or ON.
Here is the code:
Code:
option = {
name = "Modified Religion Bonus"
tag = ReligionBonus
status = no
}
¤IF ReligionBonus
include = "db\religion.csv"
¤ELSE
include = "db\religion_original.csv"
¤ENDIF
The question is - am i doing everything right? If not, what is wrong? Why isnt it working properly? Is it even possible to do what i want?
Thanks for any possible answer.
EGO