Advertisement
Qivex

QFormat-Example Demostadt

Apr 4th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.33 KB | None | 0 0
  1. os.loadAPI("apis/qmain")
  2. os.loadAPI("apis/qformat")
  3.  
  4. mon = qmain.setDefaultScreen("top")
  5. qmain.clear()
  6.  
  7. mon.setTextScale(1.5)
  8.  
  9. qformat.writeMarkup("&hWillkommen", {2, 3})                 --  Willkommen
  10. qformat.writeMarkup(" &i-- &hin &i-- ", {2, 4})             --   -- in --
  11. qformat.writeMarkup("&H&iD&je&km&lo&d-&fStadt", {2, 5})     --  Demo-Stadt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement