NWNDS/nwnds_module/caravangold.nss

19 lines
497 B
Plaintext
Raw Normal View History

//::///////////////////////////////////////////////
//:: FileName goldforbrill
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 8/12/02 8:36:58 PM
//:://////////////////////////////////////////////
#include "nw_i0_tool"
int StartingConditional()
{
// Make sure the PC speaker has these items in their inventory
if(GetGold(GetPCSpeaker()) < 49)
return FALSE;
return TRUE;
}