29988122 / Fate-Grand-Order_Lua

Fate Grand Order auto battle script - no root needed, for Android use only
MIT License
289 stars 95 forks source link

Syntax error #415

Closed chins4tw closed 4 years ago

chins4tw commented 4 years ago

I'm getting a syntax error when trying to use fgo_regular

Syntax error: /sdcard/AnkuLua/Fate-Grand-order_Lua-master/FGO_REGULAR.lua:22: unexpected symbol near '='

I'm assuming it means something is wrong with the 22nd line in fgo regular which is the party selection:party number line

It was originally Party_Number = nil

It failed to work like that so I changed it to Party_Number = 9 which is the party I want to use but I still get the same error

please help

reconman commented 4 years ago

Can you upload your file to some website and share it?

chins4tw commented 4 years ago

Can you upload your file to some website and share it?

https://www.dropbox.com/s/tz8mgdu63wyqlz9/FGO_REGULAR.lua?dl=0

reconman commented 4 years ago

You forgot something at line 19. The CE value is never assigned.