Advertisement
Kodos

Untitled

Apr 6th, 2015
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. if mymessage:find("lights") then do
  2. if mymessage:find("on") then do
  3. rs.setBundledOutput(whatevergoeshere, iforgetandwilllookituplater)
  4. end
  5. elseif mymessage:find("off") then do
  6. rs.setBundledOutput(youalreadyknowthedrill, blahblahblah)
  7. end
  8. elseif mymessage:find("door") then do
  9. if mymessage:find("open") then do
  10. rs.
  11.  
  12. okay you know what? you get the idea.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement