This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

PowerView Blind Control
#3
You can also check whether the object value changed after sleeping.
Code:
local value = event.getvalue()

os.sleep(2)

if grp.getvalue(event.dst) == value then
  -- do something here
end
Reply


Messages In This Thread
PowerView Blind Control - by madsroge90 - 26.02.2022, 16:23
RE: PowerView Blind Control - by Daniel - 28.02.2022, 08:57
RE: PowerView Blind Control - by admin - 28.02.2022, 09:26

Forum Jump: