Jump to content
  • 0

Please Fix my SCRIPT


BaldiGT

Question

4 answers to this question

Recommended Posts

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.