this is my problem. and my code.
Problem: I'm trying to make this stuff be said when something is said.
(This is part of the code ... the comparison strings I can do later but
that's not the important part)
Right now when I say something this stuff is being sent out the problem is
This is how it appears in the mud and I want the
You say, line to go before naything else is said? How can I fix this?
500H 100M 82V > 'dammit . .
You just said something.
Gollum jumps up and down.
You say, 'dammit . .'
Code:
if(CMD_IS("say") || CMD_IS("'")) {
act("You just said something.", FALSE, ch, 0, 0, TO_CHAR);
act("Someone just disturbed Gollum.", FALSE, ch, 0, 0, TO_ROOM);
act("Gollum jumps up and down.", FALSE, ch, 0, 0, TO_ROOM);
act("Gollum jumps up and down.", FALSE, ch, 0 ,0, TO_CHAR);
}
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
| Newbie List: http://groups.yahoo.com/group/circle-newbies/ |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/26/03 PDT