Alangara_PRC8/_module/nss/farm_owned.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

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");
}