Welcome to the Builder Academy

Question Trigger of the Day - Object Get

More
28 Jul 2012 20:54 #462 by Rumble
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
If this was helpful please vote or leave a review for TBA.

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.203 seconds