switch(input("What is the icon state?") in list("[icon_states(usr.icon)]"))
After that im stuck can someone help me with this?
ID:271269
Apr 4 2007, 6:33 am
|
|
So far I have
switch(input("What is the icon state?") in list("[icon_states(usr.icon)]")) After that im stuck can someone help me with this? |
In response to GhostAnime
|
|
You know i dont really know why i wanted to use a switch well i do but, I like your reasoning much more. Thank you for helping me.
|
2) Why do you want to use a switch() when you can directly change the icon_state?
as null adds a cancel button to the input, clicking it will make the icon_state=null in this case
- GhostAnime