Initial Commit
Initial Commit
This commit is contained in:
10
_module/nss/qz_chk300.nss
Normal file
10
_module/nss/qz_chk300.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
//Checks if PC has at least 300 gold. Used with the Chinchirorin script set.
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (!(GetGold(oPC) >= 300)) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user