On Thu, 3 Dec 1998, Cj Stremick wrote: > >> GET_QPOINTS(victim) == GET_QPOINTS(victim) + newquest; > > ... Means something TOTALLY different than ... > > >GET_QPOINTS(victim) += newquest; > > I understand that. I missed the ==. I was reading as it should have been GET_QPOINTS(victim) = GET_QPOINTS(victim) + newquest; in THAT form, calling GET_QPOINTS += newquest; IS the same command, but shorter. +------------------------------------------------------------+ | 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