Re-uploaded instead of migrated
Re-uploaded instead of migrated.
This commit is contained in:
13
_module/nss/affordhench.nss
Normal file
13
_module/nss/affordhench.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
// * script: can_pay100
|
||||
// * Does the PC have 100 gp?
|
||||
// Use in [Text Appears When] tab of PC hiring dialog line.
|
||||
|
||||
#include "NW_I0_PLOT"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
return (HasGold(150,GetPCSpeaker()));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user