ID:179647
 
Ok 1st all here is my code,

Bump_Mode(B in list((var/help_text="Current Mode:",bumpmode),"Attack", "Talk", "Nothing"))
bumpmode = B

Without the var/help_text part in there this code works fine and does what it was intended to do. All I'm trying to do though is give the LIST box a description that will show the Current Mode they are in if they are not sure what they changed it to last. Anyone know what I need in order to do this? From working on examples I've seen is why I'm trying the way I am now and its not working.

LJR
I'm not sure exactly what you want, but I think this is it:

Bump_Mode(B in list((var/help_text="Current Mode:<font color = red> [bumpmode]</font>",bumpmode),"Attack", "Talk", "Nothing"))
bumpmode = B