Initial upload
Initial upload
This commit is contained in:
9
_module/nss/cb_chk_2k.nss
Normal file
9
_module/nss/cb_chk_2k.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!(GetGold(oPC) >= 2000)) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user