PDA

View Full Version : Can you check Mall advertising budget?



morgad
02-20-2010, 07:53 PM
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
02-20-2010, 08:58 PM
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.

morgad
02-21-2010, 04:52 PM
Thank you very much, works a treat :-)

Dave