Thread: Mprog
View Single Post
Old 11-12-2002, 10:49 AM   #9
Torren
New Member
 
Join Date: Apr 2002
Posts: 28
Torren is on a distinguished road
Ok I'm going out on a limb here, I run a rom 2.4 code base and we added the mob/obj/room code so I'm not sure how far off I'm going to be. But Rom2.4's mob program doesn't have a say command if I wanted a mob so say something I'd have to use the code
mob echo
Now I'm not 100% on the mob part as I said about we've added mud programs for rooms and objects. check mob_cmds.c for a say command. If rot works like rom's you'd have to either use the commands that are coded in or you'd have to try and force them to do a say. Also Kill is coded for rom mob programs.
and you might want to check you mob_prog.c for the right syntax for you race statment. in rom it would be if race $n drow

Hope this helps more then it hurts

Torren
Torren is offline   Reply With Quote