>if(*arg && GET_LEVEL(ch) < LVL_IMMORTAL && str_cmp(arg, >GET_NAME(ch))) { > send_to_char("You can't remort anyone but yourself!\r\n", ch); > return; >} ok i guess what i am not seeing with these examples is how does the imp remort someone(due to punishment of screwing up as an imm) without using the struct char_data *vict ? Because yes these are easier ways to check the argument they no way imply that it is a way for an imp to do anything rather than remort himself which i stopped by adding a if (GET_LEVEL(ch) > REMORT_LEVEL){ return FALSE; should all these ch's be changed to victs in order to have it have this argument? Scorn +------------------------------------------------------------+ | 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