Code: Select all
if mom_points > max(shou_points, hitoriki_points, ryohei_points, mochiku_points):
jump momlove
elif (max(kind of array of points) == ryohei_points) and (ryohei_points > 6):
jump ryoheiendinglove
elif (max(kind of array of points) == 6 == ryohei_points) :
jump rilikeyou
elif max(kind of array of points) == ryohei_points :
jump justbefriends
elif (max(kind of array of points) == hitoriki_points) and (hitoriki_points > 6):
jump hitorikiendinglove
elif (max(kind of array of points) == 6 == hitoriki_points):
jump hilikeyou
elif max(kind of array of points) == hitoriki_points:
jump onlyfriends
elif (max(kind of array of points) == mochiku_points) and (mochiku_points > 6):
jump mochikuendinglove
elif (max(kind of array of points) == 6 == mochiku_points):
jump milikeyou
elif max(kind of array of points) == mochiku_points:
jump sorry
elif (max(kind of array of points) == shou_points) and (shou_points > 6):
jump shouendinglove
elif (max(kind of array of points) == 6 == shou_points):
jump silikeyou
elif max(kind of array of points) == shou_points:
jump friendzone
else:
jump aloneendingCode: Select all
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game\script.rpy", line 349, in script
SyntaxError: invalid syntax (script.rpy, line 352)
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\MioSegami\Downloads\renpy-6.14.1-sdk\renpy\execution.py", line 266, in run
File "C:\Users\MioSegami\Downloads\renpy-6.14.1-sdk\renpy\ast.py", line 1394, in execute
File "C:\Users\MioSegami\Downloads\renpy-6.14.1-sdk\renpy\python.py", line 1206, in py_eval
File "C:\Users\MioSegami\Downloads\renpy-6.14.1-sdk\renpy\python.py", line 413, in py_compile
SyntaxError: invalid syntax (script.rpy, line 352)
Windows-7-6.1.7600
Ren'Py 6.14.1.366
A Ren'Py Game 0.0