I wish to store the bankaccount of any player who leaves in the game cache -which is not a problem- but how must I load the stored values?
Before you reply, first read these trigger actions, which are supposed to store the bankaccount:
Please do not ignore my question, like most of my questions that are ignored -- Especially concerning the game cache, like the last topic I created concerning the game cache.
Um, I'll just sit here and wait until someone answers my question, since I can't continue my work on my LoaP until I know how to use the game cache.
Before you reply, first read these trigger actions, which are supposed to store the bankaccount:
Code:
Game Cache - Store (Name of (Triggering player)) as
storedgoldownername of string in GameCache
Game Cache - Store BankAccount[(Player number of (Triggering player))] as
(storedgold + (String((Player number of (Triggering player))))) of integer in GameCache
Game Cache - Save GameCache
Please do not ignore my question, like most of my questions that are ignored -- Especially concerning the game cache, like the last topic I created concerning the game cache.
Um, I'll just sit here and wait until someone answers my question, since I can't continue my work on my LoaP until I know how to use the game cache.


