Initial upload
Initial upload
This commit is contained in:
18
_module/nss/goldchekbrothel2.nss
Normal file
18
_module/nss/goldchekbrothel2.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName sc_035
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 3/8/2007 5:37:23 PM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
// Make sure the PC speaker has these items in their inventory
|
||||
if (GetGold(oPC) >= 80000)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user