Code:
Name: 'Mob Greet-All Example', VNum: [ 67], RNum: [ 67]
Trigger Intended Assignment: Mobiles
Trigger Type: Greet-All , Numeric Arg: 100, Arg list: None
Commands:
* By Rumble of The Builder Academy tbamud.com 9091
if %actor.is_pc%
wait 1 sec
say Hello, and welcome, %actor.name%
if %direction% == north
say what was to the north?
else
say how are things to the %direction%?
end
wait 1 sec
%send% %actor% %self.name% bows deeply.
%echoaround% %actor% %self.name% takes off %self.hisher% hat and bows deeply.
end
for TBA.