If you have a series of functions in your lua file…
And function A needs to call function B, then function B must appear above it in the lua file.
Unless you remove the ‘local’ from the start of function B, in which case it can appear after it.
Hope that made sense - can anyone shed light on this please?
Thanks
Tom
[import]uid: 55068 topic_id: 13773 reply_id: 313773[/import]
[import]uid: 71210 topic_id: 13773 reply_id: 50566[/import]