Symbolic Dice Roll Question

Hello!
There is a way to save the result of a Symbolic Dice Roll on a Global Property?
I tried several sintaxs but none is working.
Thank you for any help.
Panther_2010

Yes, it happens automatically. If you have a Symbolic Dice Button named xyzzy, then a global property named xyzzy_result is created or you that will be set to the numeric total of the last roll. The value of xyzzy_result can be accessed in the usual way.

The only goctcha to look out for is that if you create the Dice Button within a Map, then xyzzy_result will only be visible to piece on that Map, or to other Components of that Map. It will not be visible to pieces or components outside of that map.

Hello Brent,
thank you for your help.
The problem was that I create the Dice Button within a Map.

Cheers.

Panther_2010