19 lines
511 B
Plaintext
19 lines
511 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName tucker_head
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 6/29/2002 1:00:21 PM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Make sure the PC speaker has these items in their inventory
|
|
if(!HasItem(GetPCSpeaker(), "OrcShamanHead"))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|