HoS_PRC8/_mod/_module/nss/ai_cnv_challenge.nss

10 lines
253 B
Plaintext
Raw Normal View History

2024-11-25 19:36:07 -05:00
// Custom AI - Challenging
void main()
{
object oMod=GetModule();
string sID=GetLocalString(GetPCSpeaker(),"sCustParm");
DeleteLocalString(GetPCSpeaker(),"sCustParm");
SetLocalInt(oMod,"nAISetting",2);
DeleteLocalString(oMod,"sAICode"+sID);
}