I have written a trigger that blocks a player when they go a particular direction. To make it quick for my builders I made one for each direction as a different trigger. However if I add the triggers to my mobs and add more than one so they block multiple directions, they only block the direction of the first trigger. Below is my trigger for nort, plese let me know what is wrong.
if (%direction%==north && %actor.canbeseen%)
%send% %actor% %self.name% steps in front of you blocking your way.
%echoaround% %actor% %self.name% steps in front of %actor.name% blocking his way.
return 0
end return 0
Also, how do I block based on race of player - I see class options, but not race.





