I would like to create a customized message for when a mob enters/leaves a room.
I created an entry mob trigger and gave the mob sneak to cover up the original enter/leave messages.
That part works fine
But I can't seem to figure out an easy way to do a leave trigger
The leave trigger only seems to fire off for when players or other mobs leave the room and not for the actual mob itself.
How should I solve this?
Code:
Name: 'Crow Leave', VNum: [23238], RNum: [ 1655]
Trigger Intended Assignment: Mobiles
Trigger Type: Leave , Numeric Arg: 100, Arg list: None
Commands:
if !%self.vnum(23216)
return 1
else
%echoaround% %self% %self.name% flaps its wings and disappears to the %direction%.
end