If I called this right under mobile_activity in comm.c, will that do the
trick on random object procs?
void call_obj_specs(void)
{
extern struct obj_data *object_list;
struct obj_data *obj;
for(obj = object_list;obj; obj = next_obj) {
next_obj = obj->next;
if(GET_OBJ_SPEC(obj) != NULL) {
obj_index[GET_OBJ_RNUM(obj)].func) (NULL, obj, 0, "")
continue;
}
}
}
I'm kinda lost on dis one.
"Jesus saves . . . . he passes to Moses. Moses shoots, HE SCORES!"
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/15/00 PST