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
for TBA.