Re: Woopee! My first actual homemade code snippet!.....And it doesn't work :(

From: Dust (dustlos@hotmail.com)
Date: 08/14/01


Offhand I would say this might be it:
if (GET_POS(ch) = POS_FIGHTING){

It's ==, = assigns
what you have is if (POS_FIGHTING) which is probably true since
pos_fighting isn't 0

--
   +---------------------------------------------------------------+
   | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
   | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
   +---------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/06/01 PST