Truth Or dare

By Romeo on Apr 10, 2004

A truth and dare code make a 2 files called dare.txt and truth.txt and put in wat ever u want.
To turn the code on type /Tad.on to turn it off type /Tad.off
Thanks To : Pikachu

on 1:TEXT:!truth:#:{
  if (%tad == on) {
    if (%turn == $nick) { 
      msg $chan $nick Has Chosen Truth. Truth Q: $read(truth.txt) 
      notice $nick When You Have Completed The Truth Question Type !turn <new victim>
    }
  }
}
on 1:TEXT:!dare:#:{
  if (%tad == on) {
    if (%turn == $nick) { 
      msg $chan $nick Has Chosen Dare. Dare: $read(dare.txt) 
      notice $nick When You Have Completed The Dare, Type !turn <new victim>
    }
  }
}
on 1:TEXT:!turn*:#:{
  if ($2 ison $chan) {
    if (%turn == $nick) { 
      msg $2 Your Turn! Type !truth for truth or !dare for dare.
      set %turn $2
    }
  }
}
alias tad.on {
  set %tad on
  set %var.spin.num $rand(1,$nick($chan,0))
  set %var.spin.nick $nick($chan,$rand(1,$nick($chan,0))) 
  msg $chan Truth or Dare Has Begun. %var.spin.nick Can Start Us Off!
  notice %var.spin.nick Type !truth for truth or !Dare for a dare.
  set %turn %var.spin.nick
}
alias tad.off {
  set %tad off
  msg $chan Truth or Dare Has Been Disabled.
}
menu channel {
  TAD
  .on:/set %turn $$?="User To Start Off:" | /tad.on
  .off:/tad.off
}

Comments

Sign in to comment.
vampslim   -  Jan 09, 2006

Wtf Romeo lol T o D? Sad, pro to fool. Gotta love my IRC dude tho. Made a wicked a-greet system.

 Respond  
PoiXon   -  Sep 06, 2004

Genevieve: ur suppose to turn it on by right clickin on the screen then clickin on the icon \"TAD\" then that\'ll start it then u cant type !truth and !dare :)

 Respond  
Genevieve   -  May 23, 2004

I saved the truth and dare files in my remote scripts, but nothing happens when i type !truth or !dare :S

 Respond  
Jose`Botella   -  May 15, 2004

Anyone have any good questions for the Truth file and the Dare file?

 Respond  
Pikachu   -  Apr 11, 2004

Yes so basically put this code in your remotes if you want to use it. Put all the dare questions you want to randomly asked into dare.txg and all the truth questions into truth.txt, and like romeo said /tad.on will start the code or go to popups channel and click tad> on. or off.

 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.