mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
21 lines
428 B
Text
21 lines
428 B
Text
#27600
|
|
Dump - 27608~
|
|
2 h 100
|
|
~
|
|
%echo% %object.shortdesc% vanishes in a puff of smoke!
|
|
%send% %actor% You are awarded for outstanding performance.
|
|
%echoaround% %actor% %actor.name% has been awarded for being a good citizen.
|
|
eval value %object.cost% / 10
|
|
%purge% %object%
|
|
if %value% > 50
|
|
set value 50
|
|
elseif %value% < 1
|
|
set value 1
|
|
end
|
|
if %actor.level% < 3
|
|
nop %actor.exp(%value%)%
|
|
else
|
|
nop %actor.gold(%value%)%
|
|
end
|
|
~
|
|
$~
|