How to use state to get a global access to some value?

Hello and welcome to the forum!

Fixing the issue you are experiencing should be an easy fix; Just replace

#character.get()

with

#context character.get()

To understand more about context expressions, I recommend this answer by laurmaedje.

1 Like