Advertisement
Guest User

Ekatosh

a guest
Jul 24th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.54 KB | None | 0 0
  1. while true do
  2.     print("Hello stranger. You found the holy shrine of Ekatosh. Show your respect to the great god of Ekatosh and repeat my words:")
  3.     print("I am a stranger. I am in awe of this place and respect the power of the shrine of Ekatosh")
  4.     input=read()
  5.     if input=="I am a stranger. I am in awe of this place and respect the power of the shrine of Ekatosh" then
  6.         print("Very good. You are worthy passing the bridge of redemption to the heart of the shrine")
  7.         rednet.open(down)
  8.         rednet.send(1, ForceField)
  9.         rednet.close(down)
  10.     end
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement