I want to make it so when someone clicks on an option, it changes their LEDColor to Red, but I cant get it to work. I have tried everything. Here is what i tried:
Code: Select all
<Item Action="LEDColor" Arg1="Red">Red</item>
Doesnt work because LEDColor isn't an Item Action code.
Code: Select all
<List Text="Red">
<LEDColor>Red</LEDColor>
</list>
Didnt work
Code: Select all
<List Text="Red">
<Settings>
<Preference>
<LEDColor>Red</LEDColor>
</Preference>
</Setting>
I tried this because in the beginning the LEDColor tag is inthe preferences, in the settings, and that changed the color. Didnt work
Basically everything else i tried didnt work either. Any one out there that can help me? Please?[/code]