Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
9
_module/nss/en4_hench_stok.nss
Normal file
9
_module/nss/en4_hench_stok.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
void main()
|
||||
{
|
||||
int iLevel;
|
||||
string sToken;
|
||||
|
||||
iLevel = GetHitDice(GetPCSpeaker());
|
||||
sToken = IntToString(iLevel * 250) + " gold";
|
||||
SetCustomToken(999,sToken);
|
||||
}
|
Reference in New Issue
Block a user