HoS_PRC8/_mod/_module/nss/cv_t_setgold.nss

7 lines
133 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
int StartingConditional()
{
int nGold=GetGold(GetPCSpeaker());
SetCustomToken(111108,IntToString(nGold));
return TRUE;
}