Initial Commit
Initial Commit [v1.01]
This commit is contained in:
8
_module/nss/chk_gem_sapphire.nss
Normal file
8
_module/nss/chk_gem_sapphire.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (GetItemPossessedBy(oPC, "Sapphire") == OBJECT_INVALID) return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
Reference in New Issue
Block a user