It looks like you're new here. If you want to get involved, click one of these buttons!
[O-Planet1@O-MenuButton]
TrackList = T-O-Planet2Tap
[T-O-Planet2Tap]
0 = Config.SetValue Settings currentPlanet Mars ; works
0 = Config.SetValue Settings CurrentPlanet Mars ; doesn't work
Comments
I tried from console and timeline as well as directly in code with orxConfig_GetString and got correct capitalization every time.
Here's what I tried:
And here's what I got:
NB: The command Console.Log isn't available yet, I just added it locally and will push it later to bitbucket.
Maybe some sequencing issue and your code runs before your timeline got executed? Or the section that was pushed at the time of polling wasn't correct?
I doubt this would be a platform-specific issue but I tried on OS X so far and will try on Windows later on.