Advertisement
Guest User

stanleysplitter.asl

a guest
Nov 6th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. state("stanley")
  2. {
  3. double focused : 0x6531F534;
  4. }
  5.  
  6. split
  7. {
  8. return old.focused < current.focused;
  9. }
  10.  
  11. isLoading
  12. {
  13. return focused > 0;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement