circle-3.5/bin/
circle-3.5/cnf/
circle-3.5/lib/
circle-3.5/lib/etc/
circle-3.5/lib/house/
circle-3.5/lib/misc/
circle-3.5/lib/plralias/A-E/
circle-3.5/lib/plralias/F-J/
circle-3.5/lib/plralias/K-O/
circle-3.5/lib/plralias/P-T/
circle-3.5/lib/plralias/U-Z/
circle-3.5/lib/plralias/ZZZ/
circle-3.5/lib/plrobjs/
circle-3.5/lib/plrobjs/A-E/
circle-3.5/lib/plrobjs/F-J/
circle-3.5/lib/plrobjs/K-O/
circle-3.5/lib/plrobjs/P-T/
circle-3.5/lib/plrobjs/U-Z/
circle-3.5/lib/plrobjs/ZZZ/
circle-3.5/lib/plrvars/A-E/
circle-3.5/lib/plrvars/F-J/
circle-3.5/lib/plrvars/K-O/
circle-3.5/lib/plrvars/P-T/
circle-3.5/lib/plrvars/U-Z/
circle-3.5/lib/text/hedit/
circle-3.5/lib/text/help/
circle-3.5/log/
circle-3.5/src/doc/
#1700
Excalibur - two handed sword - 1702~
1 j 100
~
if %actor.eq(hold)% && %actor.eq(light)%
  *
  ** too long?, I had to eval light so it would be shorter and work.
  *%send% %actor% %self.shortdesc% is a two-handed weapon. You must remove %actor.eq(light).shortdesc% and %actor.eq(hold).shortdesc% to wield it.
  *
  eval light %actor.eq(light).shortdesc%
  %send% %actor% %self.shortdesc% is a two-handed weapon. You must remove %light% and %actor.eq(hold).shortdesc% to wield it.
  return 0
elseif %actor.eq(hold)%
  %send% %actor% %self.shortdesc% is a two-handed weapon. You need to remove %actor.eq(hold).shortdesc%.
  return 0
elseif %actor.eq(light)%
  %send% %actor% %self.shortdesc% is a two-handed weapon. You need to remove %actor.eq(light).shortdesc%.
  return 0
end
~
#1701
Excalibur - two handed sword - 1702~
1 c 1
ho~
if %cmd.mudcommand% == hold 
  %echo% You will have to remove %self.shortdesc% to hold anything else.
end
~
$~