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