8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
|
int StartingConditional()
|
||
|
{
|
||
|
object oPC = GetPCSpeaker();
|
||
|
int nPrice = GetHitDice(oPC) * 2000;
|
||
|
SetCustomToken(820, IntToString(nPrice));
|
||
|
return TRUE;
|
||
|
}
|