BaldiGT Posted November 10, 2018 Posted November 10, 2018 Help me Fix my Script I cant use goto at here (In Pict 2)at line 24 TEST.txt
saiaapiz Posted November 10, 2018 Posted November 10, 2018 function FA() ... goto FD -- If you want to jump/goto into FD Function, you must define label for FD.. like ::FD:: end function FD() ::FD:: -- You should define it like this. ... end For more information, http://lua-users.org/wiki/GotoStatement
BaldiGT Posted November 10, 2018 Author Posted November 10, 2018 15 minutes ago, saiaapiz said: function FA() ... goto FD -- If you want to jump/goto into FD Function, you must define label for FD.. like ::FD:: end function FD() ::FD:: -- You should define it like this. ... end For more information, http://lua-users.org/wiki/GotoStatement Can you Do it In My Script? TEST.txt
maulz Posted November 10, 2018 Posted November 10, 2018 Don't use goto if you use function, but use "()" to direct it Sorry im still newbie and my bad English This is your script i was fix it TEST.txt
BaldiGT Posted November 10, 2018 Author Posted November 10, 2018 2 minutes ago, maulz said: Don't use goto if you use function, but use "()" to direct it Sorry im still newbie and my bad English This is your script i was fix it TEST.txt Thank you so much BRO...im very HAPPY ...thx Again
Question
BaldiGT
Help me Fix my Script
I cant use goto at here (In Pict 2)
at line 24
TEST.txt
4 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.