Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
8
nwnds_module/gw_notguilded.nss
Normal file
8
nwnds_module/gw_notguilded.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
object oHelm = GetItemInSlot(INVENTORY_SLOT_HEAD, oPC);
|
||||
if (GetSubString(GetTag(oHelm),1,4) == "helm")
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user