Jump to content

AdlibFunction


andrew01
 Share

Recommended Posts

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?

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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