Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
6
nwnds_module/at_chk10coins.nss
Normal file
6
nwnds_module/at_chk10coins.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
if(GetGold(GetPCSpeaker()) < 10)
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user