Dynamic update custom property

Q&A about the latest versions
Post Reply
User avatar
dePassage66
Posts: 86
Joined: Mon Mar 20, 2023 11:19 am

Hi to all,

Is it possible to update the custom propertie of a node dynamicly ?

For example I have the custom propertys :

Code: Select all

cp_clue1 = false
cp_clue2 = false
It's a clue in the screen that the user has to find. If he doesn't, no matter. But if he finds the clue 1 and want to come back on this node later to search for the clue 2, I don't want him to search again for the clue 1 as he found it already.
So before he leaves the node, I have to pass cp_clue1 = false to true.

Is this possible ?

Thanks in advance,
Regards,
pour Visites Guidées Panoramiques https://www.visitespanoramiques.com/index.html
(sorry, no translation available yet!)
User avatar
Hopki
Gnome
Posts: 13029
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi dePassage66,
You can use cookies to remember a modified variable value, please see this post: viewtopic.php?f=22&t=13812
Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
dePassage66
Posts: 86
Joined: Mon Mar 20, 2023 11:19 am

Thank you Hopki, I give it a look as soon as possible.

Regards,
pour Visites Guidées Panoramiques https://www.visitespanoramiques.com/index.html
(sorry, no translation available yet!)
Post Reply