generated from Jaysyn/ModuleTemplate
Initial Commit
Initial Commit.
This commit is contained in:
14
_module/nss/de1_perudoq_chki.nss
Normal file
14
_module/nss/de1_perudoq_chki.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
/////////////////////////////////////
|
||||
// Dragon's Edge
|
||||
// by Charly Carlos
|
||||
/////////////////////////////////////
|
||||
// Check if the player has Item Number Four in his/her inventory.
|
||||
/////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
iResult = GetIsObjectValid(GetItemPossessedBy(oPC, "ItemNumberFour"));
|
||||
return iResult;
|
||||
}
|
||||
Reference in New Issue
Block a user