Why can't I get this to work?
Develop games in your browser. Powerful, performant & highly capable.
Trigger once happens before levelinfo completed. You have to put it as a subevent :)
I did try that. It does not seem to work either. :-/
Wait a minute... have you tried LevelArray.At(0,1)? Arrays are 0-based so you are just reading in the empty cell.
Oh my, I am an idiot. Sry. It was actually the number 2 cell that was wrong.