ID:150224
 
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

ps. The main thing I'm looking for is how to get the help_text on the dialog window box to have my Bump Mode: Attack for example listed.