Home   Help Search Login Register  

Author Topic: Checkbox state [SOLVED]  (Read 1288 times)

0 Members and 1 Guest are viewing this topic.

Offline GameAdd1cted

  • Members
  • *
Checkbox state [SOLVED]
« on: 20 Jan 2010, 21:44:42 »
I am trying to obtain somehow the current state of a check box (e.g. know if a player "ticked" an option).
I followed the provided example (), but I don't know how to get the state.

Similar topic: http://forums.bistudio.com/showthread.php?t=72030 without answer.

Any idea? If there is no solution, a combobox can be used; nevertheless, I think checkboxes are better in this case.

Thank you.

Edited:
Just managed to do this:
Code: [Select]
onCheckBoxesSelChanged = "Gadtest399 = (_this select 2);"
It works, but is there a better way to do is? Something like lbCheckBoxesCurState...
« Last Edit: 21 Jan 2010, 09:55:21 by GameAdd1cted »