19 lines
548 B
Plaintext
19 lines
548 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName tri_checklichrin
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 27.2.2004 14:51:37
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Make sure the PC speaker has these items in their inventory
|
||
|
if(HasItem(GetPCSpeaker(), "tri_lichreward0")&& (GetGold(GetPCSpeaker())>3999))
|
||
|
return TRUE;
|
||
|
|
||
|
return FALSE;
|
||
|
}
|