ok i got many erros puting in a dual wield snippet and am down to these
last 3 and have no clue.
This is the code problems.
if (MOB_FLAGGED(ch, MOB_SPEC) &&
mob_index[GET_MOB_RNUM(ch)].func != NULL)
These are the problems
C:\circle30bpl16\src\fight.c(1037) : error C2059: syntax error : ')'
C:\circle30bpl16\src\fight.c(1037) : error C2198: 'function through
pointer' : too few actual parameters
C:\circle30bpl16\src\fight.c(1037) : error C2143: syntax error : missing
')' before 'string'
(mob_index[GET_MOB_RNUM(ch)].func) (ch, ch, 0 "");
+------------------------------------------------------------+
| Ensure that you have read the CircleMUD Mailing List FAQ: |
| http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
+------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT