Joining strings with joinString crashes the game with INT_DIVIDE_BY_ZERO error when using empty string as selector.
So the example from the wiki, ["1",2,text "3"] joinString "", crashes the game.
Joining strings with joinString crashes the game with INT_DIVIDE_BY_ZERO error when using empty string as selector.
So the example from the wiki, ["1",2,text "3"] joinString "", crashes the game.
Type for example ["Hello", "_", "World"] joinString "" in the debug console the game crashes.
Type ["Hello", "_", "World"] joinString " " and the game won't crash.
As far as I can tell this started to occur after thurday's or friday's dev update..