Jump to content

How to learn the LUA language?


Zexery

Recommended Posts

33 minutes ago, Zexery said:

Thanks a lot. Also how do I set a pause or timeout? For example I want to make a script where there will be a toast notifcation saying "unequip" and then wait 3 seconds and then refine values. How do I do this?

gg.toast('Unequip')

gg.sleep(3000) --3000 For waiting 3 second

Link to comment
Share on other sites

43 minutes ago, Zexery said:

I still don't get it could you maybe show an example where it could be used?

in choice there is a choice but if you don't choose anything it will be nil

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.