Hey blenderartists,
I need to subtract one property from another:
timeleft = maxtime - timer
timer is a timer property and maxtime in a standard float property (and won’t change). I know you can do calculations with expressions, but what exactly does this kind of logic brick setup look like?
Could someone give me an example, please?