well first type

make a text file with 10 words like

Miss
Almost
Close
Shot
Shoot
Arrow
Bullet
Crossbow
Pellot
Knife

then save to main mirc dir now $read(5050.txt) will randomize text

so now on to the script

Code:

on *:TEXT:*:#: {
if ($1 == !Shoot) {
%shot. $+ $nick = 1
if ($read(5050.txt,n) == Shoot) { 
msg $chan $nick You have been shot!
inc %shot. $+ $nick 
}
else {
msg $chan $nick Missed! You $nick 
}
if (%shot.nick $+ $nick == 5) {
ban -u300 $address($nick,3)
kick # $nick Presto! Your dead!
}
}



yeah i know its cheasy laugh


Code:
if $reality > $fiction { set %sanity Sane }
Else { echo -a *voices* }