Index: lib/world/trg/53.trg =================================================================== --- lib/world/trg/53.trg (revision 223) +++ lib/world/trg/53.trg (working copy) @@ -88,8 +88,8 @@ %send% %actor% You discover that %self.name% has %self.hisher% hands in your wallet. %echoaround% %actor% %self.name% tries to steal gold from %actor.name%. eval coins %actor.gold% * %random.10% / 100 - nop %actor.gold(-%coins%) - nop %self.gold(%coins%) + nop %actor.gold(-%coins%)% + nop %self.gold(%coins%)% end end ~ Index: lib/world/trg/41.trg =================================================================== --- lib/world/trg/41.trg (revision 223) +++ lib/world/trg/41.trg (working copy) @@ -69,8 +69,8 @@ %send% %actor% You discover that %self.name% has %self.hisher% hands in your wallet. %echoaround% %actor% %self.name% tries to steal gold from %actor.name%. eval coins %actor.gold% * %random.10% / 100 - nop %actor.gold(-%coins%) - nop %self.gold(%coins%) + nop %actor.gold(-%coins%)% + nop %self.gold(%coins%)% end end ~ Index: lib/world/trg/11.trg =================================================================== --- lib/world/trg/11.trg (revision 223) +++ lib/world/trg/11.trg (working copy) @@ -583,7 +583,7 @@ test room dirs~ 1 c 2 test2~ -eval here %%actor.%here%% +eval here %%actor.%here%%% %echo% here is %here% if %here.east% eval eastexit %here.east(vnum)% @@ -591,7 +591,7 @@ if !(%check.contains(%eastexit%)%) if !(%actor.varexists(%eastexit%)%) if %actor.varexists(%here%)% - eval path %%actor.%here%% + eval path %%actor.%here%%% if !(%path% == here) eval %eastexit% %path% e else @@ -627,7 +627,7 @@ if !(%check.contains(%westexit%)%) if !(%actor.varexists(%westexit%)%) if %actor.varexists(%here%)% - eval path %%actor.%here%% + eval path %%actor.%here%%% eval path %path.trim% if !(%path% == here) eval %westexit% %path% w @@ -727,7 +727,7 @@ testing findobj~ 2 c 100 test~ -eval here %%findobj.%self.vnum%(xxtree)%%% +eval here %%findobj.%self.vnum%(xxtree)%% if %here% > 0 %purge% xxtree end Index: lib/world/trg/103.trg =================================================================== --- lib/world/trg/103.trg (revision 223) +++ lib/world/trg/103.trg (working copy) @@ -300,7 +300,7 @@ %force% %self% unlock door west wait 30 sec %force% %self% lock door west - %send %actor% The doors slam shut beind you. + %send% %actor% The doors slam shut beind you. end ~ #10364