guest598594 commented on a Page, Word and Character Counter  -  Dec 24, 2008
  if ($devent == sclick) {
    if ($did == 2) { did -r CC 1 }
  }
  if ($devent == sclick) {
    if ($did == 3) { dialog -x cc cc }
  }

You could combine the two if's

if ($devent == sclick) {
  if ($did == 2) did -r CC 1
  if ($did == 3) did -x cc cc
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.