CLEO Help how do i do this?

CLEO related
Status
Not open for further replies.

y0mike

Active member
Joined
May 10, 2014
Messages
97
Reaction score
41
Location
mizus girl's house
I want to make it so when i check the box ill be able to press LMB and it will call some shit but its not working? is it possible or nah


Code:
if 1@ == EVENT_CHECKBOX_CHANGED
        then
            if 2@ == 2
            then
            if 0B92:  dialog 0@ checkbox 2@ is_checked
            then
            0485:  return_true 
            wait 200
            if
            00E1:   player 0 pressed_key 17
            then
            23@ = 1
            0AB1: CALL_SCM_FUNCTION [member=4866]test[/member] 2 12@ 16@
            //gosub @wrok
            else
            if 0B92:  dialog 0@ checkbox 2@ is_checked = FALSE
            059A:  return_false
            23@ = 0
           
 
Status
Not open for further replies.
Top