Code:
Name: 'Obj Get Example - Good Cleric Only', VNum: [ 303], RNum: [ 213]
Trigger Intended Assignment: Objects
Trigger Type: Get , Numeric Arg: 100, Arg list: None
Commands:
* By Rumble of The Builder Academy tbamud.com 9091
* Only allow Cleric's with a good align to get this item.
if %actor.class% != cleric || %actor.align% < 350
return 0
%send% %actor% You are not worthy to wield me.
%echoaround% %actor% %actor.name% tries to pick up %self.shortdesc% and fails.
end
for TBA.