//Allow item forge

int StartingConditional()
{
    if((GetLocalInt(GetModule(), "iAllowForge") != 1)) return TRUE;

    return FALSE;
}