Find
You are looking at a group of ants
Ordinary, hungary ants.
Created by
Chaotic Bob
, last updated 31 Jan 2015
Code
##push:runsub whattodo;
##whattodo:
if $actor eq $target then biteme else notme;
##biteme:
say 'act',"[$actor] bite you ferociously";
say 'act',"[$init_obj] yells 'OUCH!'";
##notme:
var $how to (slowly,quickly,puzzingly);
say 'act',"[$actor] $how wonders why [$init_obj] is pushing [$target]";