Advertisement
jbrocky

Untitled

Jun 28th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.47 KB | None | 0 0
  1.       if game_state.dual_load?
  2.         until load_return = bput('load arrows', 'You reach into', 'already loaded', 'Such a feat would be impossible without the winds to guide', 'but are unable to draw upon its majesty')
  3.           pause 0.5
  4.           echo "load_return: #{load_return}"
  5.         end
  6.         if load_return == 'but are unable to draw upon its majesty'
  7.           pause 0.5 until bput('load', 'You reach into', 'You carefully load', 'already loaded')
  8.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement