17 lines
448 B
Plaintext
17 lines
448 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName gc_new_crafter
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 9/11/2008 3:02:58 PM
|
|
//:://////////////////////////////////////////////
|
|
int StartingConditional()
|
|
{
|
|
|
|
// Inspect local variables
|
|
if(!(GetLocalInt(GetPCSpeaker(), "CRAFT_TALK") != 2))
|
|
return FALSE;
|
|
|
|
return TRUE;
|
|
}
|