Alangara_PRC8/_module/nss/farm_owned.nss

18 lines
503 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
//::///////////////////////////////////////////////
//:: 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");
}