HoS_PRC8/_mod/_module/nss/mai_c_adjust.nss
Jaysyn904 04165202c0 Initial upload
Initial upload
2024-11-25 19:36:07 -05:00

13 lines
306 B
Plaintext

int StartingConditional()
{
string sS;
int nV;
object oPC=GetPCSpeaker();
object oMod=GetModule();
string sTID=GetLocalString(oPC,"sMAI_TID");
sS=GetLocalString(oPC,"sMAI_VAR");
nV=GetLocalInt(oMod,"n"+sTID+"_"+sS);
SetCustomToken(86013,IntToString(nV));
return TRUE;
}