Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function test(input)
- core.chat_send_all(input)
- end
- --will work
- core.after(1, test, "my input string")
- --wont get the arguement
- core.after(1, test)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement