Jump to content

Recommended Posts

Posted

Are you only allowed to use one adlibfunction per script or per function? For example:

Hello()
Func Hello()
Adlibenable("Start")
;lfkjhskjfhslkdjhfslkdjafslka
;sadlfhjsdlafkjslfkjsf
Adlibdisable()
Endfunc

Bye()
Func Bye()
Adlibenable("Finish")
;dsfasfsdsafas
;sadfsadfsadf
Adlibdisable()
Endfunc

Func Start()
;fsdafsdfsadfds
Endfunc

Func Finish()
;fsdafsdafa
Endfun

Can you do that?

Also, if you can use more then one adlibfunc per script, can you use more then one in one function? Like above, could I just start and finish in the Bye() func?

Posted

Yes, you can do that. As you have done, you can have only 1 Adlib at a time and one function set, but that does not stop you from creating another instance somewhere else where you need to cover for the unexpected.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...