Changed folder name.
Changed folder name.
This commit is contained in:
18
_module/nss/gc_di_item_ok.nss
Normal file
18
_module/nss/gc_di_item_ok.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: FileName gc_di_item_ok
|
||||
//:://////////////////////////////////////////////
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Script Wizard
|
||||
//:: Created On: 9/11/2008 12:44:41 PM
|
||||
//:://////////////////////////////////////////////
|
||||
int StartingConditional()
|
||||
{
|
||||
|
||||
// Inspect local variables(Only these types can have damage immunity..
|
||||
if(GetLocalInt(GetPCSpeaker(), "CRAFT_TYPE") == BASE_ITEM_AMULET ||
|
||||
GetLocalInt(GetPCSpeaker(), "CRAFT_TYPE") == BASE_ITEM_CLOAK ||
|
||||
GetLocalInt(GetPCSpeaker(), "CRAFT_TYPE") == BASE_ITEM_BELT)
|
||||
return TRUE;
|
||||
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user