18 lines
503 B
Plaintext
18 lines
503 B
Plaintext
|
//::///////////////////////////////////////////////
|
||
|
//:: Name: farm_owned
|
||
|
//:: Copyright (c) 2001 Bioware Corp.
|
||
|
//:://////////////////////////////////////////////
|
||
|
/*
|
||
|
Check to see if the corresponding farm is
|
||
|
currently owned by a PC.
|
||
|
*/
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Adam Walenga
|
||
|
//:: Created On: September 3rd, 2004
|
||
|
//:://////////////////////////////////////////////
|
||
|
|
||
|
int StartingConditional()
|
||
|
{
|
||
|
return GetLocalInt (OBJECT_SELF, "Farm_Is_Owned");
|
||
|
}
|