Back to All

Calulation help

I'm trying to add 0.50% to a user inputted number but its not working quite right

First i ask the user for a number, they enter a number and the bot should return their number with 0.50% added for example if they entered 100 the bot show return 100.5

I created 2 custom variables which captchas the users input twice so i can use
it create the results.

For the results intersection i have this:
Result: [MUL [0.005, [showVar=ur], [ADD [[showVar=ur1], ]]]]
But its not working right the result is 50 when it should be 100.5. What seems to be happening is the result 0.5 is get multiplied by 100

But as you can see i want to add the 0.5 result with the second custom variable ur1
to get want 100.5 result but its not working this way for some reason.

Can anyone help please, sorry i'm not a programmer so if I'm missing something obvious please bear with me.

Thank you