generated from Jaysyn/ModuleTemplate
19 lines
461 B
Plaintext
19 lines
461 B
Plaintext
//::///////////////////////////////////////////////
|
|
//:: FileName sc_dwround
|
|
//:://////////////////////////////////////////////
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Script Wizard
|
|
//:: Created On: 7/27/2002 12:26:37 AM
|
|
//:://////////////////////////////////////////////
|
|
#include "nw_i0_tool"
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oSpeaker=GetLastSpeaker();
|
|
|
|
if(GetGold(oSpeaker)<20)
|
|
return FALSE;
|
|
return TRUE;
|
|
|
|
}
|