Poison Game

By Monky on Aug 13, 2007

This is a poison game. It works similarly to the bomb game. Simply Paste This in your remotes section, and type !poison game.

on *:text:!Poison Game:#:{ 
  set %poisioned $nick 
  set %keyNum $rand(1,3)
  msg $chan 0,3 $me 3,0 spills poision, 0,3 %poisioned 3,0 must unlock the antipoision. 0,3 %poisioned 3,0 has 9,0 15 3,0 seconds to unlock the antipoision. The keys are are 8,0 Gold, 15,0 Silver, 3,0 and 7,0 Bronze. 3,0 Type !pick <Color> key. 
  .timer 1 5 .notice %poisioned 1 
  .timer 1 10 .notice %poisioned 2 
  .timer 1 15 .notice %poisioned 3 
  .timer 1 16 msg $chan 4,0 $nick took too long! The WHOLE chan dies!
  .timer 1 16 unset %poisioned
} 
on *:text:!pick gold key:#:{ 
  if ($nick = %poisioned) { 
    if (%keyNum == 1)  {
      msg $chan 8,1 Antipoision has been retrieved! 1,8 $nick 8,1 saved your lives! 
      timer* off
      unset %poisioned 
      halt
    }
    msg $chan 8,1 $nick 1,8 picked the wrong key! You ALL Die! 
    timer* off
    unset %poisioned 
  }
} 

on *:text:!pick silver key:#:{ 
  if ($nick = %poisioned) { 
    if (%keyNum == 2)  {
      msg $chan 15,12 Key has been retrived! 12,15 $nick 15,12 Saved you ALL! 
      timer* off
      unset %poisioned 
      halt
    }
    msg $chan 15,12 $nick 12,15 picked the wrong key! YOU ALL Die! 
    timer* off
    unset %poisoned 
  }
} 

on *:text:!pick bronze key:#:{ 
  if ($nick = %poisioned) { 
    if (%keyNum == 3)  {
      msg $chan 7,15 Key has been retrieved! 15,7 $nick 7,15 Saved you ALL! 
      timer* off
      unset %poisioned 
      halt
    }
    msg $chan 15,7 $nick 7,15 picked the wrong key! YOU ALL Die! 
    timer* off
    unset %poisioned 
  }
}

Comments

Sign in to comment.
criminal   -  Mar 13, 2008

Very good,
The keys are are 8,0 Gold, 15,0 Silver, 3,0 and 7,0 Bronze. 3,0 Type !pick key.

You say \' The keys are are \' :P just telling

 Respond  
napa182   -  Sep 04, 2007

to me this looks ripped from http://www.hawkee.com/snippet/2343/
and changed around.. does anyone else see what im talking about

 Respond  
Monky   -  Aug 14, 2007

if ur usin mirc im usualy on #chatterz or #menion or both.

 Respond  
Monky   -  Aug 14, 2007

lol i went to this guys chan cause he his bot was better than mine and he was playin this same exact game (which is mine) and said he made it him self. Had same exact colors and all

 Respond  
Monky   -  Aug 14, 2007

Thank You

 Respond  
Anti   -  Aug 14, 2007

You know what this reminds me of.. Scary Movie 4 The Begining of it.. they got to get to something before they die :D well done btw D:

 Respond  
Monky   -  Aug 13, 2007

k Thank you all for advice and compliments

 Respond  
Ghost-lit Warder   -  Aug 13, 2007

Yes.

 Respond  
Monky   -  Aug 13, 2007

To make it have the 15 sec. and only 3 notices do I make it this way?

.timer 1 5
.timer 1 10
.timer 1 15

 Respond  
dragon_sl534   -  Aug 13, 2007

nice script monky..i hope you keep making more this one rocked!

 Respond  
Ghost-lit Warder   -  Aug 13, 2007

Monky, simply keep the .timer 1 5, 1 10, and 1 15 while removing the others.

 Respond  
Monky   -  Aug 13, 2007

Thank you both. =)

 Respond  
Shadow Clash   -  Aug 13, 2007

.timer 1 1
.timer 1 2
.timer 1 3

Why you used timer then? It takes the same time if timer is not added. Atleast make a gap of 2 sec

.timer 1 2
.timer 1 4
etc

 Respond  
Monky   -  Aug 13, 2007

Could you Show me how? I\'m new to this. And thank you for the advice.

 Respond  
napa182   -  Aug 13, 2007

I like that it is a diff take on that script cuz the !bomb game has been done to death good job.

 Respond  
Ghost-lit Warder   -  Aug 13, 2007

Anyway, nice job for your first script. :p

 Respond  
Ghost-lit Warder   -  Aug 13, 2007

This would leave only three notices and give them the adrenaline rush you are looking for. -Meant to include in last post.-

 Respond  
Monky   -  Aug 13, 2007

Thank you, and I said it was similar to it. This is also my first script so im new to this.

 Respond  
Ghost-lit Warder   -  Aug 13, 2007

Monkey, yes I see where you are going.. but it is kind of floody as napa said. You could perhaps make 5 second notices instead?

 Respond  
napa182   -  Aug 13, 2007

this is like a diff take on the !bomb game nice idea.. Yeah a bit floody

 Respond  
Monky   -  Aug 13, 2007

Multiple notices \"should\" give the person and adreneline rush and cause them to think faster. It makes it more fun. Or it\'s meant to anyway.

 Respond  
Ghost-lit Warder   -  Aug 13, 2007

Why flood a person with notices? You could simply use one notice and set a timer to end once it reaches fifteen seconds.

 Respond  
Monky   -  Aug 13, 2007

Yes

 Respond  
Firedog150   -  Aug 13, 2007

Unusual script but good. Is it your first?

 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.