so far i'm kind of enjoying this script but i've run into a number of problems. the one i'm currently dealing with is that I am getting this error:
mp test (3720) > autoBasement_break_on_mp_amount (2000), quitting
Assuming this 2000 limit is setup in the script itself I went in and sure enough found the code that does it. I edited the code changing 2000 to 5000, saved and restarted Mafia. Ran the script again but I'm still getting the same abort message, including the (2000). I re-opened the script to make sure I had saved and sure enough, the line of code is there reading
setvar("autoBasement_break_on_mp_amount", 5000);
so what am I doing wrong or what am i neglecting to change?