Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. #Buffs the barb before the fighting
  2.  
  3. custom_require.call(%w(common))
  4. kill_script("go2")
  5. pause 0.5
  6. DRC.bput('kneel', 'You kneel.')
  7. pause 0.5
  8. DRC.bput('med contemplation', 'You feel a jolt as your vision snaps shut.')
  9. pause 0.5
  10. DRC.bput('med tenacity', 'You feel a jolt as your vision snaps shut.')
  11. pause 0.5
  12. DRC.bput('stand', 'You stand back up.')
  13. pause 0.5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement