Ok i understand your problem i struggled too the first time.
1_ Create a dictionnary for storing your verb
key: Manger Value: Eat
2_ For saving the dictionnary use localstorage so
any condition -> set item "magicname" to 'dictionaryasjson' (it's an expression)
Now save is complete
For loading
1-on start of layout -> local storage check if item 'magicname' exist and get item "magicname"
2- localstorage on item "magicname" get -> dictionnary load -> LocalStorage.ItemValue
Not sure if it's the best method but it worked for me !
Sorry for my english im French
Have a nice Day !