19 lines
545 B
Plaintext
19 lines
545 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName jw_new_chck_hasm
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 21/12/2002 19:53:39
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Make sure the PC speaker has these items in their inventory
|
||
|
if(!GetIsObjectValid(GetItemPossessedBy(GetPCSpeaker(), "jw_new_mamitem")))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|