#CLASS {AU Bank Account Status Line} #VAR baccount {0} #VAR taxes {0} #TRIGGER {Bank Account :%s(%n)} {baccount = %1} #TRIGGER {Taxes :%s(%n)} {taxes = %1} #TRIGGER {^You pay your taxes to Blezen.} {taxes = 0} #TRIGGER {^You have deposited%s(%n)%sGold into your account} {#ADD baccount %1} #TRIGGER {^You have withdrawn%s(%n)%sGold from your account.} {#MATH baccount (@baccount - %1)} #TRIGGER {^The Mayor levies taxes on you for usage of public services and roads around Naerlan.} {a} #CLASS 0 #STAT {Bank Account holds: @Baccount Taxes: @taxes}