Initial commit. Updated release archive.
This commit is contained in:
13
_module/nss/ro_n_checkgold50.nss
Normal file
13
_module/nss/ro_n_checkgold50.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
if (GetGold(oPC) <50)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
else
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user