pro5 Posted October 23, 2006 Share Posted October 23, 2006 Minor typo in Fixpack's WK-NTRJEX.D (adding WK banters to SoA): APPEND JANJ IF ~~ THEN BEGIN cd_jan_wk9 SAY #70422 = #74023 IF ~~ THEN REPLY #70427 GOTO cd_jan_wk9_a IF ~IsValidForPartyDialog("Korgan")~ THEN EXTERN KORGANJ cd_korgan_wk9 IF ~IsValidForPartyDialog("Minsc")~ THEN EXTERN MINSCJ cd_minsc_wk9 IF ~IsValidForPartyDialog("Valygar")~ THEN EXTERN VALYGARJ cd_valygar_wk9 END IF ~~ THEN BEGIN cd_jan_wk9_a SAY #74028 IF ~~ THEN EXTERN GORGIT 3 END END Strref #74023 is empty string. Should be #70423. Link to comment
pro5 Posted October 23, 2006 Author Share Posted October 23, 2006 Strref #74028 is also a typo, it should be #70428. (at least it is in original ToB banter) Link to comment
pro5 Posted October 23, 2006 Author Share Posted October 23, 2006 Er, you were typing it all by hand or what ? IF ~~ THEN BEGIN cd_korgan_wk9 SAY #74032 IF ~~ THEN EXTERN JANJ cd_jan_wk9_a END #74032 should be #70432 APPEND MINSCJ IF ~~ THEN BEGIN cd_minsc_wk9 SAY #74031 IF ~~ THEN EXTERN JANJ cd_jan_wk9_a END END #74031 should be #70431 IF ~~ THEN BEGIN cd_valygar_wk9 SAY #74033 IF ~~ THEN EXTERN JANJ cd_jan_wk9_a END #74033 should be #70433 The rest of the file is ok. Link to comment
CamDawg Posted November 3, 2006 Share Posted November 3, 2006 Er, you were typing it all by hand or what ? If there was a way to do it automatically, someone would have done it some time ago. This is fixed, thanks. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.