Your problem is here. This line Sets DEX to 25. When you want to see if
something equals something in C you have to
use "==" not "=".
> else if ((GET_DEX(ch) = 25))
should be:
else if (GET_DEX(ch) == 25)
-= Wam =-
John Sherman
+------------------------------------------------------------+
| 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