# -*- LPC -*- #
#
# $Locker: wyvyrn $
# $Id: tapdance.s,v 1.1 2002/05/09 03:58:27 saffra Exp wyvyrn $
#
#
#
(tapdance
(pattern "<string>")
(pattern "[at] <indirect:any-living>")
(pattern "<string> [at] <indirect:any-living>")
(pattern "[at] <indirect:any-living> <string>")
(single
(no-arguments
(self "You tapdance around.")
(rest "$mcname$ tapdances around.")
)
(arguments
(arguments like a centipede on acid, across the room,
to the Rim and back, to CWC and back, over a dead body,
over Dogbolter's dead body, with new shiny shoes,
manically, madly, stylishly, like a duck,
like Fred and Ginger, without falling in the sink, # )
(self "You tapdance around $arg$.")
(rest "$mcname$ tapdances around $arg$.")
)
)
(targeted
(no-arguments
(self "You tapdance around $hcname$.")
(target "$mcname$ tapdances around you.")
(rest "$mcname$ tapdances around $hcname$.")
)
(arguments
(arguments like a centipede on acid, across the room,
to the Rim and back, to CWC and back, over a dead body,
over Dogbolter's dead body, with new shiny shoes, manically,
madly, stylishly, like a duck, like Fred and Ginger,
without falling in the sink, # )
(self "You tapdance around $hcname$ $arg$.")
(target "$mcname$ tapdances around you $arg$.")
(rest "$mcname$ tapdances around $hcname$ $arg$.")
)
(arguments
(arguments grave)
(self "You tapdance on $mhcname$ grave.")
(target "$mcname$ tapdances on your grave.")
(rest "$mcname$ tapdances on $mhcname$ grave.")
)
)
)