Eleusis logged into TBA with a trig question that resulted in this example.
Code:
Name: 'Mob Death - weapon name', VNum: [ 222], RNum: [ 220]
Trigger Intended Assignment: Mobiles
Trigger Type: Death , Numeric Arg: 100, Arg list: None
Commands:
* By Rumble of The Builder Academy tbamud.com 9091
if %actor.eq(wield)%
set item %actor.eq(wield)%
say I can not believe I fell at the hands of one such as you.
say I curse you %actor.name% and I curse %item.shortdesc% that you use.
else
say I can not believe I fell at the hands of one such as you.
say I curse you %actor.name%.
end