Find
You are looking at a cheese sandwich for angel_maddie
This cheese sandwich looks very delicious.
If your feeling a bit hungry, why not
eat the sandwich
. Im sure it wont mind.
Created by
wolis
, last updated 24 Dec 2006
Code
##examines:runsub isitmeeat;
##get:runsub isitmeget;
##isitmeeat: if $actor eq $target then sayeatme else end;
##isitmeget: if $actor eq $target then saythanks else end;
##sayeatme:
var $mm to (Oh please eat me,I would love you to gobble me all up,Don't I look so delicious? EAT ME!!!,Im dying to be eaten,Go on.. have a bite,Im fresh and tasty);
say 'say',"[$actor] says '$mm'";
##saythanks:
var $loc to $init_obj's loc;
set $actor's loc to $loc;
var $m1 to (yummy,oh boy,man,wow,sweet,cool,woo hoo)";
var $m2 to (I am so delicious,I like being eaten!,that was fun, do it again,you eat so nicely,again again,just another bite.. please);
say 'say',"[$actor] says '$m1... $m2'";
say 'force',"force:look";