Quote:
Originally Posted by nicksss03
Hi! I was wondering where to edit the NPC Price Description? Like it is now showing up..
Thanks!
|
Correct me if I'm wrong but I think,
WndManager.cpp ->
Code:
char szbuffer[1024];
_itoa( nCost, szbuffer, 10 );
str = GetNumberFormatEx(szbuffer);
strTemp.Format( prj.GetText(TID_GAME_TOOLTIP_COST2), str );
Or maybe your textClient.inc
Code:
TID_GAME_TOOLTIP_COST2 0xff99cc00
{
IDS_TEXTCLIENT_INC_000982
}"
"IDS_TEXTCLIENT_INC_000982" inside textClient.txt
is empty?