Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. function texTest(name)
  2. x = tex.print("Hello " .. name)
  3. end
  4.  
  5. Exception has occurred: test.lua:5: attempt to index a nil value (global 'tex')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement