Code:
Name: '10 sided die roll - 173', VNum: [ 157], RNum: [ 157]
Trigger Intended Assignment: Objects
Trigger Type: Command , Numeric Arg: 7, Arg list: roll
Commands:
if dice /= %arg% || die /= %arg%
%send% %actor% You throw the ten sided die on the ground.
%echoaround% %actor% %actor.name% throws %actor.hisher% ten sided die on the ground.
set total %random.10%
%echo% The die came up as [%total%].
else
return 0
end
for TBA.