Initial Commit
Initial Commit
This commit is contained in:
7
_module/nss/quest_tokenname.nss
Normal file
7
_module/nss/quest_tokenname.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
void main()
|
||||
{
|
||||
string sClientName = GetLocalString(OBJECT_SELF, "Name");
|
||||
string sClientLastName = GetLocalString(OBJECT_SELF, "LastName");
|
||||
SetCustomToken(10001, sClientName);
|
||||
SetCustomToken(10002, sClientLastName);
|
||||
}
|
||||
Reference in New Issue
Block a user