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