We have recently installed ascii Pfiles, after doing
so we installed
remort. We modified remort snippet to use the ascii
pfile system.
We use:
if(!strcmp(tag,"Rem1"))
GET_REMORT(ch) = num;
(ch)->player.was_class = num;
/* The above line is just to make check if GET_REMORT
is working */
if(!strcmp(tag,"Rem2"))
GET_REMORT_TWO(ch) = num;
(ch)->player.was_class1 = num;
if(!strcmp(tag,"Rem3"))
GET_REMORT_THREE(ch) = num;
(ch)->player.was_class2 = num;
to load remort.
And:
fbprintf(fl, "Rem1: %d\n", GET_REMORT(ch));
fbprintf(fl, "Rem2: %d\n", GET_REMORT_TWO(ch));
fbprintf(fl, "Rem3: %d\n", GET_REMORT_THREE(ch));
to save.
The problem is no matter what we set remort to (using
the set command)
it
returns to 0. and the pfiles always have
Rem1: 0
Rem2: 0
...and so on.
Im sure the answer is obvious but im just not seeing
it.
Can anyone help?
Thanks.
__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com
+------------------------------------------------------------+
| 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