HUD Groups

by Forum_account
An easy way to manage screen objects.
ID:1037736
 
Hi,
I am trying to create a message box like your demo. But with two button. Say, yes and no, which changes a variable, say var/foo. Yes will be 1 and no will be 0.

Click()
if(box.yes)
foo = 1
if(box.no)
foo = 0

But always only first button works and second button does not. It does not matter which one is first button.

Regards
thanks for reply,

yea i thought about this but it wasnt going to work the way i wanted it too. so i made a workaround for it. Thanks for the message though
:D