Change the wire type for the variable chip!
At the minute a variable can only store a single number. We can store 4 in total if we *overload* the per player values with a joiner. It becomes a bit cumbersome/heavy doing it this way. It would make so much more sense if we could just specify the type of variable in the tweak properties. Either that or just make it automatic to whatever wire type is given, similar to wireless signals. If that were the case this feature could be enabled with a toggle button. Something like "Allow fat wires".
-
It would be great if we could simply store any wire type! At the beginning I thought that would be how it worked, but alas no. It would of course balloon the max stored data from persistent variables though, so maybe they wouldn't do it because of that.
Note that using a player-info and multiplayer variable will *only* work if those players are actually there--as it stores their own variables separate for each player. So you can't really use it to boost the amount of storage unless you know for sure the player has hooked up extra players. If you're relying on there being 4 players, for your variables, and there's only 1, then your logic just won't work as expected.
Please sign in to leave a comment.