musicmud-2.1.6/data/
musicmud-2.1.6/data/help/
musicmud-2.1.6/data/policy/
musicmud-2.1.6/data/wild/
musicmud-2.1.6/data/world/
musicmud-2.1.6/doc/
musicmud-2.1.6/src/ident/
musicmud-2.1.6/src/lua/
musicmud-2.1.6/src/lua/include/
musicmud-2.1.6/src/lua/src/lib/
musicmud-2.1.6/src/lua/src/lua/
musicmud-2.1.6/src/lua/src/luac/
lua
safe

local m=getflag(pl,flag.Dumb)
local eekstr="^W%[screams/scream]^n ^`^YEeeeeeeek!^n^'"
local eeksuf=""

if m then 
  eekstr="%4 ^omouth ^nopens in a silent ^Wscream^n"
  eeksuf="."
end

if not o2 then return "%1 %[leaps/leap] onto a ^ctable^n and "..eekstr..eeksuf end

if person(o2) then return "%1 %[leaps/leap] onto a ^ctable^n and "..eekstr.." at the sight of %a!" end

if getflag(o2,flag.Table) or getflag(o2,flag.CanSitOn) or getflag(o2,flag.CanSleepOn) then
  return "%1 %[leaps/leap] onto %W and "..eekstr..eeksuf,o2
end

return "%1 %[points/point] at %W and "..eekstr..eeksuf,o2

/*
new
unt
%1 %[leaps/leap] onto a ^ctable^n and ^W%[screams/scream]^n n^`^YEeeeeeeek!^n^'
You leap onto a ^ctable^n and ^Wscream^n ^`^YEeeeeeeek!^n^'
tar
%1 %[leaps/leap] onto a ^ctable^n and ^W%[screams/scream]^n n^`^YEeeeeeeek!^n^' at the sight of %a!
You leap onto a ^ctable^n and ^Wscream^n ^`^YEeeeeeeek!^n^' at the sight of %a!
%1 %[leaps/leap] onto a ^ctable^n and ^W%[screams/scream]^n n^`^YEeeeeeeek!^n^' at the sight of you!
obj
%1 %[points/point] at %a and %[screams/scream] ^`^YEeeeeeeeek!^n^'
You point at %a and scream ^`^YEeeeeeeeek!^n^'

end