17 lines
453 B
Plaintext
17 lines
453 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: FileName sc_035
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Script Wizard
|
||
|
//:: Created On: 19/02/2005 5:59:42 PM
|
||
|
//:://////////////////////////////////////////////
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
|
||
|
// Inspect local variables
|
||
|
if(!(GetLocalInt(GetPCSpeaker(), "winnings")!= 0))
|
||
|
return FALSE;
|
||
|
|
||
|
return TRUE;
|
||
|
}
|