mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-26 05:21:45 +01:00
Setting up 3.5.0 as trunk
This commit is contained in:
16
lib/world/trg/287.trg
Normal file
16
lib/world/trg/287.trg
Normal file
@@ -0,0 +1,16 @@
|
||||
#28700
|
||||
Thief - 28712~
|
||||
0 b 10
|
||||
~
|
||||
set actor %random.char%
|
||||
if %actor%
|
||||
if %actor.is_pc% && %actor.gold%
|
||||
%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%)
|
||||
end
|
||||
end
|
||||
~
|
||||
$~
|
||||
Reference in New Issue
Block a user