i have some code in popups like this

.StartSomething: {
/unset %var1
/set %var1 $?="Enter something:"
/autorun
}

and then it goes on remote script

so this $? dialog box has 2 states

1. enter something, press OK and you will recive true or false
as result
2. press cancel and it will halt

but in my case when i press cancel it again goes on remote but it does something on itz own, so i am asking how can i make in that little script when i press cancel that it HALTS !

??????