Hi all,
I am trying to use a global variable which isn't instantiated or reset every page. I want to use it for some value I can change every page and which is then readable and changeable on the next (or previous) page.
I tried an action Variable myGlobal (scope: module) = 0 but then on every page this varable is reset to zero.
I understood it should be possibel by using a score, but I cannot get it going.
Anybody who can give me a small concrete example how to define this variable and how to access it on individual pages?
Thanks!
Hi all,
I am trying to use a global variable which isn't instantiated or reset every page. I want to use it for some value I can change every page and which is then readable and changeable on the next (or previous) page.
I tried an action Variable myGlobal (scope: module) = 0 but then on every page this varable is reset to zero.
I understood it should be possibel by using a score, but I cannot get it going.
Anybody who can give me a small concrete example how to define this variable and how to access it on individual pages?
Thanks!