This may affect other preferences too. With autoscend, we set autoSatisfyWithCoinmasters to true (making a backup to respect the user's prior preferences if they have that set to false). A user tried to run autoscend in G-Lover. After we set some initial settings, like that one, we initialize our runs. To initialize our G-Lover runs, we
a Crude Oil Congealer and A-Boo Glue if possible. The make command tries to access G-Mart. If the user has that setting as false prior to running autoscend, autoscend cannot access G-Mart. Specifically, we get the error "You have not selected the option to trade with coin masters." despite autoscend setting autoSatisfyWithCoinmasters to true. When autoSatisfyWithCoinmasters is set to true by the user prior to running autoscend, we get past that initial point with no issues.
So basically, it looks like Mafia caches that setting when a script is run and does not let a script override. I suppose that might be a feature and not a bug to prevent scripts from taking advantage of users?
Code:
cli_execute("make "
So basically, it looks like Mafia caches that setting when a script is run and does not let a script override. I suppose that might be a feature and not a bug to prevent scripts from taking advantage of users?