// auto-transcompiled — see *.dnd.json for canonical truth
global.p_target = pid;

cmdtext = scontrolmenu();

if(selection > -1)
{
strtemp = get_string("Enter the code to send to "+global.p_name[global.p_target]+"'s 'operations' object:",cmdtext);
clearbuffer();
writebyte(12);
writestring(strtemp);
sendmessage(global.p_tcpsocket[global.p_target]);
}
