by SDonald on Sun Sep 28, 2003 1:53 pm
Edit playermerchant.src
Easiest way to follow it is to split the following line into 2 lines as follows:
Replace the line:
EnableEvents (SYSEVENT_SPEECH + SYSEVENT_ITEM_GIVEN, 1);
with these two lines:
EnableEvents (SYSEVENT_SPEECH, 2);
EnableEvents (SYSEVENT_ITEM_GIVEN, 1);
Regards,
Stephen Donald.