Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
10
nwnds_module/ta_hasearthrelic.nss
Normal file
10
nwnds_module/ta_hasearthrelic.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
// Check for Nadie's Earth Relic
|
||||
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (GetItemPossessedBy(oPC, "QST_EARTHRELIC") == OBJECT_INVALID) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
Reference in New Issue
Block a user