Initial Commit
Initial Commit
This commit is contained in:
8
_module/nss/house_charname.nss
Normal file
8
_module/nss/house_charname.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
string sSpoken = GetMatchedSubstring(0);
|
||||
|
||||
SetLocalString(oPC, "CharName", sSpoken);
|
||||
SetCustomToken(823, sSpoken);
|
||||
}
|
Reference in New Issue
Block a user