Zexery Posted January 2, 2019 Posted January 2, 2019 Hey I'm very new to scripting and have no knowlage whatsoever about LUA. How do I start learning the LUA language to make game guardian scripts? Are there any links anyone could link me to? Thanks
Administrators Enyby Posted January 2, 2019 Administrators Posted January 2, 2019 https://gameguardian.net/help/
Zexery Posted January 2, 2019 Author Posted January 2, 2019 30 minutes ago, Enyby said: https://gameguardian.net/help/ 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?
RiDoCraft Posted January 3, 2019 Posted January 3, 2019 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
Zexery Posted January 3, 2019 Author Posted January 3, 2019 Just now, RiDoCraft said: gg.toast('Unequip') gg.sleep(3000) --3000 For waiting 3 second Thanks. I don't understand what nil means/does could you explain?
CmP Posted January 3, 2019 Posted January 3, 2019 4 minutes ago, Zexery said: I don't understand what nil means/does could you explain? https://www.lua.org/pil/2.1.html
Zexery Posted January 3, 2019 Author Posted January 3, 2019 7 minutes ago, CmP said: https://www.lua.org/pil/2.1.html I still don't get it could you maybe show an example where it could be used?
RiDoCraft Posted January 3, 2019 Posted January 3, 2019 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.