alias stats {
tokenize 32 $sorttok($eval($str($!rand(1,6) $+ $chr(32),4),2),32,n)
msg # 7 $1 + $2 + $3 + $4 = 4 $calc($2 + $3 + $4)
}
alias statsdrop {
tokenize 32 $sorttok($eval($str($!rand(2,6) $+ $chr(32),4),2),32,n)
msg # 7 $1 + $2 + $3 + $4 = 4 $calc($2 + $3 + $4)
}
on *:text:*:#: {
if ($1 == Stat) && ($2 == Roll) && ($3 == Drop) {
/statbuydrop
}
elseif ($1 == Stat) && ($2 == Roll) {
/statbuy
}
}
alias statbuy {
/msg $active 12 ===================
/msg $active 12 Your Stats $nick
/msg $active 12 ===================
/stats
/stats
/stats
/stats
/stats
/stats
/msg # 12 ===================
}
alias statbuydrop {
/msg $active 12 ===================
/msg $active 12 Your Stats $nick
/msg $active 12 ===================
/statsdrop
/statsdrop
/statsdrop
/statsdrop
/statsdrop
/statsdrop
/msg # 12 ===================
}