Yes, you can... something like:
Code:
on *:ACTION:*:#:{
if ($4 == flamethrower) && ($6 == barbeques) && ($7 == $me) {
describe # sprinkles the hotest mixture of ingredents known to mankind on his arm before $nick gets a chance to grab it and sits back to watch the show.
}
}


or if you want... just add to your code the "($7 == $me)" smile