Can you check Mall advertising budget?

morgad

Member
As per $subject, is it possible within Mafia to check your existing advertising budget for your store in them Mall?

I was thinking in terms of something I could stick in my breakfast script so I could do something like {if ($currentbudget < $bignumber) && ($availablemeat >$bignumber)) then addbudget $bignumber} to automatically top up my store each week

best regards
Dave
 

slyz

Developer
Here is a little script to keep your store budget to the amount you want. Just edit the file to change the amount (I put 0 as default).

EDIT: file attached =)
EDIT2: I added a check and I put it into a function so you can just import it in your breakfast script and call checkBudget(int storeBudget) directly.
 

Attachments

  • StoreBudget.ash
    1 KB · Views: 64
Last edited:
Top