Initial Upload
Initial Upload
This commit is contained in:
16
_module/nss/asg_resdesk_04t.nss
Normal file
16
_module/nss/asg_resdesk_04t.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult = TRUE; // ASG_CCHEST
|
||||
object oCChest =GetNearestObjectByTag("ASG_CCHEST");
|
||||
object oSelf = OBJECT_SELF;
|
||||
if (GetIsObjectValid(oCChest))
|
||||
{
|
||||
object oItem = GetItemPossessedBy(oCChest,"Parchment");
|
||||
// Parchement
|
||||
if (GetIsObjectValid(oItem))
|
||||
{
|
||||
iResult = FALSE;
|
||||
}
|
||||
}
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user