Changed folder name.
Changed folder name.
This commit is contained in:
9
_module/nss/no_cloak_on.nss
Normal file
9
_module/nss/no_cloak_on.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oCloak = GetItemInSlot(INVENTORY_SLOT_CLOAK, oPC);
|
||||
if(oCloak ==OBJECT_INVALID)
|
||||
return TRUE;
|
||||
else
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user