Top

Random Death Note


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  8.0
Scores Submitted  1
Date Added  Feb 17, 2008
Last Updated  Feb 17, 2008
Tags  death  deathnote  dn  game  note  random 
  Bookmark and Share

Introduction

A follow-up to my first DeathNote script. Similar to it, it is a randomized game.

Syntax: `rdeath <optional death scenario>

It randomly kicks a person from the channel with the optional death scenario, otherwise it just says 'You have suffered and died from a Heart Attack.'

Known Problems:
<None to date>

Grab the Code

Comments

  (4)  RSS
bourneident
Comments: 26
 
mIRC Snippet:  Random Death Note
Posted on Feb 18, 2008 5:18 am
very nice but you might want to add exempts for ops
mountaindew
Comments: 1,640
 
mIRC Snippet:  Random Death Note
Posted on Feb 19, 2008 12:06 pm
Code:

      .timer 1 12 kick $chan %nick You died by %death $+ ! ( $+ %kira

1) it should be ( $+ %kira $+ )
2) you should either make it $$2- at the top or make it
Code:

      .timer 1 12 kick $chan %nick You died by $iif(%death,$v1,$gettok(SOME|RANDOM|DEATH REASONS|GO|HERE,$r(1,NUMBER OF REASONS),124) $+ ! ( $+ %kira $+ )
Viper01
Comments: 77
 
mIRC Snippet:  Random Death Note
Posted on Feb 20, 2008 10:39 am
any other tips to make it better i'll gladly edit in. for both this script and my original death note script :)
Pimpomatic
Comments: 1
 
mIRC Snippet:  Random Death Note
Posted on Feb 20, 2008 1:45 pm
I'm planning to use this in my chan and there's a few things you should consider on.

1)Put a timer on it so the same person can only do one 'rdeath at a time since they can actually carry on requesting and making you flood the chan.

2)Make it null if it's your nick since the script kicks yourself out and when it does, you can't auto-join back in the chan even though you have auto-join turned on.

That would be great if you can implement those into the script and great work.

Please Register or Login to start posting comments.
Bottom