Guest User

Untitled

a guest
Aug 18th, 2016
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. local thing1, thing2
  2. function blub(arg1, arg2, arg3, arg4)
  3.     thing1=arg2
  4.     thing2=arg4
  5. end
  6. event.listen("some_event", blub)
  7.  
  8. When blub is called it'll change thing1 and thing2
Advertisement
Add Comment
Please, Sign In to add comment