Greetings i am attempting to use an input from a player then multiply that number by 2 then add 4. display that number then subtract that final number from an attribute. It all works except the last 2 bits. It wont add the 4 and it wont subtract from an attribute. If i remove the subtraction bit it works up to before the Add 4. But when i include it the whole macro crashes. Html encode maybe. Been staring at it too long i need a pair of fresh eyes and more experience to show what i have missed. Hope you can help, -Chuck This works but it wont add the 4 i tried calling {I.S.P. Cost} instead of +4 but it didn't like that either. &{template:default} {{name=Restore P.P.E.}} {{P.P.E. Restored=[[?{How much P.P.E. to restore?|1}]]}}{{I.S.P. Cost= [[4]]}} {{I.S.P. Conversion=[[?{How much P.P.E. to restore?}*2}]]}} {{Total I.S.P. Cost=[[{I.S.P. Conversion}+4}]]}} This bit crashes the whole macro. Do i need to sub out the target token id characters as well? !ammo @{selected|token_id} character_isp -{Total I.S.P. Cost} I.S.P.