trill commented on a Page, Simple Fun Future Script  -  Apr 30, 2009

you can chage things like this

on 1:TEXT:!future:#: {
  if (%future == on) {
    halt
  }
  else {
    if (future !== on) {
      set %future on
      msg $chan Well well, hello there, $nick $+ . Would you like for me to tell your future??
      timer 1 2 msg $chan !Yes or !No.
      set %choice on
    }
  }
}

into this

on 1:TEXT:!future:#: {
  if (!%future) {
    set %future on
    msg $chan Well well, hello there, $nick $+ . Would you like for me to tell your future??
    .timer.future 1 2 msg $chan !Yes or !No.
    set %choice on
  }
}

instead of seting the vars to off just unset them
also you sould name ur timers

 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.