how do i make a spec proc that will make a obj do a act("$p humms")???? SPECIAL(hum) { struct obj_data *obj = (struct obj_data *) me; if (!number(0, 100)) act("$p hums.", FALSE, 0, obj, 0, TO_ROOM); } These are the errors i get when i use this. spec_procs.c in function 'hum': spec_procs.c:945 warning: controll reaches end of non valid function. Can you tell me whats exactly wrong with this?? -Ryan a.k.a Bosstone +------------------------------------------------------------+ | 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