Advertisement
Vultraz

Untitled

Oct 20th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [image]
  2. x = (xpos)
  3. y = (ypos)
  4. w = (image_width)
  5. h = (image_height)
  6.  
  7. name = (file)
  8.  
  9. formula = (
  10. if(get_time() >= last_time + cfg.delay, [
  11. set(xpos, cfg.x),
  12. set(ypos, cfg.y),
  13. set(file, cfg.file),
  14. ],
  15. set(file, "")
  16. )
  17. where cfg = from_config(image_config)
  18. where image_config = config_list
  19. )
  20. [/image]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement