@verb #1557:"jab" any any any rxdo #4312 @program #1557:"jab" any any any if (valid(dobj)) player:tell("You jab ", dobj:title(), " playfully in the side.") dobj:tell(player:title(), " jabs you playfully in the side.") player.location:announce_all_but({player, dobj}, player:title(), " jabs ", dobj:title(), " playfully in the side.") else player:tell("You take out the jabbing finger and wave it around in warning.") player.location:announce_all_but({player}, player:title(), " takes out the jabbing finger, and waves it around in warning.") endif .