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
if o2 then
  if person(o2) then send(pl,"You aren't telepathic, you know.")
  else send(pl,"Not only are you not telepathic, but that isn't even sentient.") end
return
end

if txt==nil or txt=="" then
  send(pl, "Think what?")
  return
end
return "%1 %[thinks/think] . o O (^Z^{m%s^})"
/*
new
text
%1 %[thinks/think] . o O (^Z^{m%s^})
You think . o O (^Z^{m%s^})
Think what?
end