8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
int oHD = GetHitDice(GetPCSpeaker());
|
||
|
int chcost = oHD * 200;
|
||
|
SetCustomToken(1669,IntToString(chcost));
|
||
|
return TRUE;
|
||
|
}
|