Initial Commit
Initial Commit
This commit is contained in:
9
_module/nss/randomtalk3lost.nss
Normal file
9
_module/nss/randomtalk3lost.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
int StartingConditional()
|
||||
{
|
||||
string sName = GetLocalString(OBJECT_SELF, "Name");
|
||||
string sLastName = GetLocalString(OBJECT_SELF, "LastName");
|
||||
SetCustomToken(11001, sName);
|
||||
SetCustomToken(11002, sLastName);
|
||||
if (GetLocalInt(OBJECT_SELF, "Lost") == TRUE) return TRUE;
|
||||
return FALSE;
|
||||
}
|
Reference in New Issue
Block a user