Anonymous ID: cfc84a Oct. 17, 2018, 11:28 a.m. No.3510716   🗄️.is 🔗kun   >>0748

NPC Interaction Program v2.0.1.8

 

MSM="$4amtalkingpoints"

MuhViews="$MSM"

MuhResponses="racist homophobe xenophobe sexist bigot whiteprivilege"

MuhActions="outrage insults violence"

 

if [ ! words == $MuhViews ]; then

for NPC_RESPONSE in ${MuhResponses}

do

echo $NPC_REPONSE

done

fi

 

sleep 5

 

while [ newwords == words ]

do

for NPC_ACTION in ${MuhActions}

do

$NPC_ACTION

done

done