Hey there,
i have a really odd bug in my marketplace project. The problem is that i can’t seem to find why this is happening.
The background story:
Players can pick Characters in the Lobby. When you pick a Character that has already been picked, you get denied and the Picture as well as the Combobox get reset. This is all working for Server and Client except the Situation when the Server picks a Character that has been taken. Then only the Combobox of the others resets.
The event in which the Combobox gets set is 100% called and the reset of the image is working.
http://puu.sh/kfZtX/806cd84cc7.png
It’s the upper execution line of the following nodes. I tried getting the Name of the combobox and it is correct. I printed a debug message and the Server calls the line. Also the SetArrayElement at the right end is working for the Server. He just seems to ignore the SetSelectedOption call. Although he does not ignore it if a client picks the already taken character. If it was the Server (so i did a mistake), then the combo box should also not reset on his end. But it is only his own combobox that doesn’t work and only if he tries to pick a selected character. Every other solution works. ): Also just added a breakpoint and the SetSelectedOptions really gets called. So i have no idea why he is ignoring the function call. If the whole event wouldn’t work, then the print and also the image reset should also not happen.