19 lines
522 B
Plaintext
19 lines
522 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_hasrenf_contr
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/8/2003 11:02:35 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
if(!HasItem(GetPCSpeaker(), "it_RenfriosContract"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|