Welcome to the Builder Academy

Question Trigger of the Day Beginner - Smoking

More
27 Sep 2012 16:19 #826 by Rumble
Code:
Name: 'Cancer Stick Smoking - 176', VNum: [ 159], RNum: [ 159] Trigger Intended Assignment: Objects Trigger Type: Command , Numeric Arg: 2, Arg list: light Commands: * By Rumble of The Builder Academy tbamud.com 9091 * put your objects alias here, /= will match abbreviations of it. if cigarette /= %arg% || cancer /= %arg% || stick /= %arg% %send% %actor% You light up %self.shortdesc%. %echoaround% %actor% %actor.name% lights up a %self.shortdesc%. * use as many puffs and as much time between puffs as you want. while %puffs% < 4 wait 10 sec %send% %actor% You take a puff off of %self.shortdesc%. %echoaround% %actor% %actor.name% takes a puff of smoke off of %actor.hisher% %self.shortdesc%. eval puffs %puffs% + 1 done %send% %actor% You take a final puff and put the %self.shortdesc% out. %echoaround% %actor% %actor.name% takes a final puff and puts %actor.hisher% %self.shortdesc% out. %purge% %self% else %send% %actor% What would you like to %cmd%? 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.197 seconds