17 lines
444 B
Plaintext
17 lines
444 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_dwarfmine9
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 2004-03-21 22:34:37
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "DwarfMine") > 8))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|