Initial Commit
Initial Commit
This commit is contained in:
12
_module/nss/hench_getnames.nss
Normal file
12
_module/nss/hench_getnames.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "x4_inc_functions"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
string sName1 = GetCampaignString(CharacterDB(oPC), "HENCH_1_NAME");
|
||||
string sName2 = GetCampaignString(CharacterDB(oPC), "HENCH_2_NAME");
|
||||
string sName3 = GetCampaignString(CharacterDB(oPC), "HENCH_3_NAME");
|
||||
|
||||
SetCustomToken(825, sName1);
|
||||
SetCustomToken(826, sName2);
|
||||
SetCustomToken(827, sName3);
|
||||
}
|
||||
Reference in New Issue
Block a user