Alex Tarsha
2004-03-07 01:34:37 UTC
I have a heavily modified Rom2.4b mud im developing. I added a
function multi_obj_to_char(object, ch, number)
This will do obj_to_char 'number' times. I know the code is good
because if i replace the call for obj_to_char() in my code with
send_to_char() it works fine. However if I leave it obj_to_char, it
will do it, the correct amount of times but the MUD freezes after
completion. If I type anything as any character there is no response
and I have to manually restart the MUD. obj_to_char() has not been
modified, nor have the variables it uses. Any ideas what could cause
this?
Thanks
function multi_obj_to_char(object, ch, number)
This will do obj_to_char 'number' times. I know the code is good
because if i replace the call for obj_to_char() in my code with
send_to_char() it works fine. However if I leave it obj_to_char, it
will do it, the correct amount of times but the MUD freezes after
completion. If I type anything as any character there is no response
and I have to manually restart the MUD. obj_to_char() has not been
modified, nor have the variables it uses. Any ideas what could cause
this?
Thanks