generated from Jaysyn/ModuleTemplate
Initial commit
Initial commit
This commit is contained in:
21
_module/nss/oqs_contract_n.nss
Normal file
21
_module/nss/oqs_contract_n.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Olander's and 9Fires' Quest/Commodities/Bounties System
|
||||
// o9f_contract_n
|
||||
// By Don Anderson
|
||||
// dandersonru@msn.com
|
||||
//
|
||||
// Called from the NPC Commodity Convo
|
||||
//
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oNPC = OBJECT_SELF;
|
||||
|
||||
object oContract = GetItemPossessedBy(oPC,"QuestContract");
|
||||
|
||||
//All Checks
|
||||
if(GetIsObjectValid(oContract) == FALSE) return TRUE;
|
||||
else return FALSE;
|
||||
}
|
||||
Reference in New Issue
Block a user