Changed folder name.
Changed folder name.
This commit is contained in:
24
_module/nss/gc_has_cloak.nss
Normal file
24
_module/nss/gc_has_cloak.nss
Normal file
@@ -0,0 +1,24 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName gc_has_cloak
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 9/11/2008 10:30:09 AM
|
||||
//:://////////////////////////////////////////////
|
||||
#include "nw_i0_tool"
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
int nType;
|
||||
object oItem = GetItemInSlot(INVENTORY_SLOT_CLOAK ,GetPCSpeaker());
|
||||
// Make sure the PC speaker has these items in their inventory
|
||||
if(oItem !=OBJECT_INVALID)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user