Initial Commit
Initial Commit
This commit is contained in:
7
_module/nss/grandius_relvlpr.nss
Normal file
7
_module/nss/grandius_relvlpr.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
int nPrice = GetHitDice(oPC) * 2000;
|
||||
SetCustomToken(820, IntToString(nPrice));
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user