U dont need the "if" again after "or" and before "then":
Simba Code:
if FindColorSpiralTolerance(x, y, 1471228 , 21, 25, 264, 224, 20) or
FindColorSpiralTolerance(x, y, 1204732 , 21, 25, 264, 224, 20) or
FindColorSpiralTolerance(x, y, 1003517 , 21, 25, 264, 224, 20) or
FindColorSpiralTolerance(x, y, 869629 , 21, 25, 264, 224, 20) then
also ur MoveMouseMouse(x, y); has a repeated typo,
and ur line26 has a ":" instead of ";",
and u need to specify ur clicktype for ReleaseMouse,
and ur "SaveTheGoldfish;" in the mainloop is not consistent with ur procedure name.
Scripting takes time and patience, script carefully and slowly as a start to avoid these errors.
also if iirc this is from yohojo's tutorial, pls credit him and NEVER claim some1's work as ur own, even if its a super simple script. Plagiarism is strictly prohibited here.
Glad that u r trying to learn though (unlike most other leechers)