Did tables get messed up within the last few GS versions?
Hi all! I have a question. Is there a known issue with tables at the moment? I have been having a rough time with one of my very simple tables. All I have coded it to do is record best times for each level of my puzzle game. It has 200 rows and 1 column and I'm only using 10 of the rows at the moment yet it's really inconsistent... It was working great maybe 2 or 3 GS versions ago. But I did alter the table around that same time frame so I don't know if that could be the reason. And by alter I mean I added rows and put in more descriptions. So here's kind of a look at what I'm doing in my coding. I have an actor that displays time counting upwards after an attribute has been triggered like this:
Then when all pieces of the puzzle are in place I have a rule that records the best time to my table if the time is the first try or less than the previous, based off a real attribute with an initial value of 9,999. It looks like this in an actor off-screen:
Then immediately that time is displayed in an actor on screen which code simply looks like this:
The row in that one changes depending on what # level it is while the column is always 1. So what has been happening is that some levels record and some stay at 0 kinda randomly.... Sorry for the long post but is this a wide spread issue or is there anything wrong with my code that you can see? Thanks very much for reading and if anyone could get back to me that would be great as this is the only thing currently breaking my game. Thanks!
P.S. Forgot to post an image of my table. It's just a basic one here:
Thanks again!
Edited! hopefully these images show now.
Comments
There! It took a lot of effort but I think you should be able to see my images now. Sorry for the mess up and thanks for your time!
I think I may have bored/confused you guys with my long post. Basically I'm just wondering if there's a current bug that affects saving a numerical value to a table using the change table value behavior. It's currently very spotty for me. Please respond if you can and thanks so much!
Make sure you submit a bug so it's reported
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Hi @jonmulcahy Will do! Thanks