Is there a way to set a variable to true at the begining of the script. For example:
#farm=true
and then
<strategy class="Farmizzator" desc="Farm -103|34" enabled="#farm">
$$$$$$$$$$$$$$$$$$$$$$PARAMITERS$$$$$$$$$$$$$$$$$$$$$$$
</strategy>
<strategy class="Farmizzator" desc="Farm -104|34" enabled="#farm">
$$$$$$$$$$$$$$$$$$$$$$PARAMITERS$$$$$$$$$$$$$$$$$$$$$$$
</strategy>
<strategy class="Farmizzator" desc="Farm -107|34" enabled="#farm">
$$$$$$$$$$$$$$$$$$$$$$PARAMITERS$$$$$$$$$$$$$$$$$$$$$$$
</strategy>
etc...
so i dont have to manualy change the value to true in every single strategy, i can just do it once globaly
