So I'm trying to put in some color for an echo. And for some strange reason... it's not working at all. What's even stranger is it's something I've done before. Any ideas why this would happen?
Here's the trigger that I'm working on.
Code:
Name: 'Outcast Throws Stones!', VNum: [ 614], RNum: [ 14]
Trigger Intended Assignment: Mobiles
Trigger Type: Greet , Numeric Arg: 100, Arg list: None
Commands:
%echoaround% %actor% %self.name% screams out like a wounded dog, throwing a stone hard at %actor.name%!
%send% %actor% %self.name% screams out like a wounded dog, throwing a stone hard at your head!
if %actor.is_pc%
%send% %actor% @ROW! That stone really hurt!@n
else
%force% %actor% emote looks surprised, taken aback by the surprise attack! In a panic, %actor.heshe% squeezes out of the alcove.
%force% %actor% south
end
Note: the @R and @n show up in the code just like that. Very weird.