AOC_PRC8/_module/nss/gold_token.nss

7 lines
109 B
Plaintext
Raw Permalink Normal View History

2025-04-03 11:24:16 -04:00
int StartingConditional()
{
SetCustomToken(100, IntToString(GetGold(GetPCSpeaker())));
return TRUE;
}