GammaAge/_module/nss/dmfi_uncnd_nam05.nss
Jaysyn904 b927d0faf8 File re-organization.
File re-organization.  Added module builder & hak builder.
2021-09-16 10:15:32 -04:00

14 lines
343 B
Plaintext

int StartingConditional()
{
// set the custom tokens
object oPC = GetPCSpeaker();
object oTarget = GetLocalObject(oPC, "dmfi_univ_target");
string sName = GetDescription(oTarget);
SetCustomToken(20682, sName);
string sOrigName = GetDescription(oTarget, TRUE);
SetCustomToken(20683, sOrigName);
return TRUE;
}