When a mob is doing something, and it goes off of an act display thing.. such as say
act ("{wYou say '{Y$T{w'{x", ch, NULL, argument, TO_CHAR);
It isn't displayed to the mob, and then it also isn't displayed to the room with the:
act ("{w$n says '{Y$T{w'{x", ch, NULL, argument, TO_ROOM);
I have no clue why all of a sudden mobs can't use act.. But it's kind of screwing things up.
act ("{wYou say '{Y$T{w'{x", ch, NULL, argument, TO_CHAR);
It isn't displayed to the mob, and then it also isn't displayed to the room with the:
act ("{w$n says '{Y$T{w'{x", ch, NULL, argument, TO_ROOM);
I have no clue why all of a sudden mobs can't use act.. But it's kind of screwing things up.