pie == "apple"
funtion pie{apples}
if apples = pie do
print i like apple pie
wrong do
print i do not like that pie you gave me i want applez
end
pieType is input
pie(pieType)
favPie = "apples"
function pie(apples)
if apples == favPie then
print ("i like apple pie")
else
print ("i do not like that pie you gave me i want applez")
end
pieType = read()
pie(pieType)
Not even gonna bother listing every single thing I did here.
Edit: forgot code:
army = turtle.craftTurtleArmy() army.kill(players.all)
Good luck.












