test = {}

test["순규"] = "소시"

if test["순규"] == "카라" then
  print("아.. 앙ㅇ대!!!")
elseif test["순규"] == "소시" then
  print("써니 귀여워 죽여버릴테다!!!")
else
  print("순규따위 췟 ㅋ")
end


