19 lines
465 B
Plaintext
19 lines
465 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName searchstatue
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 7/14/2005 8:11:30 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
#include "nw_i0_tool"
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Perform skill checks
|
||
|
if(!(AutoDC(DC_EASY, SKILL_SEARCH, GetPCSpeaker())))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|