umm i need help, how can i make a saving thing in my map, i've tried one but it wont let me load the game cache... heres the script so far:
selected
selected
i dont think it's right though... :?Events
Dialog - A dialog button is clicked for bank_dialog
Conditions
Actions
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Clicked dialog button) Equal to yes
Then - Actions
Game Cache - Store ((Triggering player) Current gold) as ((Name of (Triggering player)) + gold) of players_money in playersmoney
Game - Display to (Triggering player), at offset (0.00, 0.00) the text: ((String(((Triggering player) Current gold))) + stored.)
Else - Actions
Do nothing
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Clicked dialog button) Equal to no
Then - Actions
Game - Display to (Triggering player), at offset (0.00, 0.00) the text: Alright, see you ar...
Else - Actions
Do nothing
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
If - Conditions
(Clicked dialog button) Equal to load
Then - Actions
Game - Display to (Triggering player), at offset (0.00, 0.00) the text: Alright, let me get...
Else - Actions
Do nothing