Guest User

Untitled

a guest
Jan 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.11 KB | None | 0 0
  1. while true do
  2.  oput = rs.getInput("right")
  3.  if oput ~= true then
  4.   print("Interaction Logged!")
  5.  end
  6. end
Add Comment
Please, Sign In to add comment