Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
10
_module/nss/payforhench.nss
Normal file
10
_module/nss/payforhench.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
// * script: pay100
|
||||
// * Removes 100 gp from PC.
|
||||
// Use in [Actions Taken] tab of PC hiring dialog line.
|
||||
|
||||
void main()
|
||||
{
|
||||
TakeGoldFromCreature(150, GetPCSpeaker(), TRUE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user