Initial commit. Updated release archive.
This commit is contained in:
8
_module/nss/gzcc_ismygrave.nss
Normal file
8
_module/nss/gzcc_ismygrave.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
int iResult;
|
||||
object oPC = GetLastUsedBy();
|
||||
string sOwner = GetLocalString(OBJECT_SELF,"T1_OBJECT_GRAVEOWNER");
|
||||
iResult = (GetName(oPC) == sOwner);
|
||||
return iResult;
|
||||
}
|
Reference in New Issue
Block a user