PoA_PRC8/_module/nss/dmfi_uncnd_nam01.nss
Jaysyn904 37c79b6d57 Added DMFI
Added DMFI.  Set Diamond Golem appearance size to large.  Full compile.  Updated release archive.
2024-12-28 18:10:38 -05:00

14 lines
329 B
Plaintext

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