news
About Elegant Chaos
info
About me and my friends
people
Software from Elegant Chaos
software
Other stuff...
stuff

UL_UnlockStuff

Revision
Revised on

Description


Code

on UL_UnlockStuff fx
  global gUL_LockCount
  
  subtract 1 from gUL_LockCount
  if gUL_LockCount = 0 then
    set the lockMessages to false
    set the lockRecent to false
    if fx is empty then
      unlock screen
    else
      unlock screen with visual fx
    end if
  end if
  
  
end UL_UnlockStuff