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