I tired to implement banks and all I want to do is to save two strings into the bank and load them the next time the map starts. But... it doesnt work.
The map file seams to be written correct (when I open it, there are the correct values!), but everytime I try to read a string via the set variable = load key XX from section YY of bank ZZ as string. I get an error in the error-console - "parameter "text" not received from UIDisplayMessage" (I tried to display the string) and other errors too...
Funny is, that saving and loading of an integer-variable works, so I guess the Bank-System itself works properly!?
Bevor all this loading I preload the banks (no variables used) and open them... Even if I save a string to the bank and immediate load it, I get these errors.. is there any special handling required for strings??
Hi,
I tired to implement banks and all I want to do is to save two strings into the bank and load them the next time the map starts. But... it doesnt work.
The map file seams to be written correct (when I open it, there are the correct values!), but everytime I try to read a string via the set variable = load key XX from section YY of bank ZZ as string. I get an error in the error-console - "parameter "text" not received from UIDisplayMessage" (I tried to display the string) and other errors too...
Funny is, that saving and loading of an integer-variable works, so I guess the Bank-System itself works properly!?
Bevor all this loading I preload the banks (no variables used) and open them... Even if I save a string to the bank and immediate load it, I get these errors.. is there any special handling required for strings??
Post your source code and all errors please.
Oh okay.. it works. Absolutely no idea why. Changed everything over and over again and now it works... pff...
can be closed/deleted I guess. thanks anyway