HoS_PRC8/_mod/_module/nss/mai_c_adjust.nss

13 lines
306 B
Plaintext
Raw Permalink Normal View History

2024-11-25 19:36:07 -05:00
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;
}