# Quote = [
# ["face_name", face_index, "text","condition"],
# ]
#
# Explanation :
# Quote >> Constanta name you call it in notetag. The first letter have to
# be capitalized. For example, you add the Ralph_Win, then the
# notetag parameter would be <win: Ralph_Win>
# face_name >> Faceset name that will be used. Just leave it empty if you
# want to use the currently used actor faceset
# face_index >> Faceset index. From the top-left corner till bottom right
# corner is around 0 - 7
# text >> Texts which will be displayed in victory aftermath. Add \n if
# you want to separate the line
# condition >> Script eval condition. If you want to display the quote
# despite in any conditions, just write "true"
# =============================================================