I have a float variable set to 200 but when i try to connect it to this % float node i have some wierd result comming out.
If i set a value 50% there from my 200 which is the “current max mana” variable then the result on print string is 50. I tought this should be 50% from 200 which is 100…
If i reverse the pins and connect it the other way around the print string shows me “0” as a result
Is there any method how i can calculate the % with this node or am i doing it completely wrong here ?