Advertisement
Guest User

ZanqualDoc

a guest
Dec 13th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.59 KB | None | 0 0
  1. -- Zanqual is currently at version 0.1
  2.  
  3. -- Zanqual v0.1 includes a "shortcut" function for
  4. -- "if" and "for" commands, I will explain how to
  5. -- use those commands:
  6.  
  7. -- First of all you need to create a file and write
  8. -- os.loadAPI("ZanqualScript/Zanqual")
  9. -- and now I will explain you the functions:
  10.  
  11. -- IF:
  12. -- to use this you gonna need to write
  13. -- Zanqual.ifd( a variable, a value, a comparative, os.loadAPI(...))
  14.  
  15. -- FOR:
  16. -- to use this you need to write
  17. -- Zanqual.ford( a variable, a number, a second number, os.loadAPI(...))
  18.  
  19. -- The version 0.2 of Zanqual Script is comming soon.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement