serpent.qsrc 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. # Serpent
  2. $loc_arg = ''
  3. $loc = 'Serpent'
  4. $menu_loc = 'Serpent'
  5. $menu_arg = ''
  6. menu_off = 0
  7. $location_type = 'secluded'
  8. if findneck = 1:
  9. cls
  10. gs 'stat'
  11. '<center><video autoplay loop src="images/locations/gadukino/serpent/serpentintro.mp4"></video></center>'
  12. 'You hear a whispered word coming from somewhere in the barn. "Ahhhh, I sseee the little fae mortal hasss s found my horcrux. You hold in your handsss my greatessst prizzzzze." You look around for who is talking, but don''t see anyone in the barn with you.'
  13. '"Let usss make a deal, you and I. You return my prizzzze and I will teeeach you muccch about the magicssss you possssessss." You hear a scrapping sound coming from above you in the shadowy rafters.'
  14. '"Who are you ? Where are you?" you yell. Looking for the owner of the strange sibilant voice.'
  15. '"I am Zzathrezzz. Lord of Ssserpentsss." as the voice continues from above you see a large snake emerge out of the shadows. Outside the barn you hear Bandit start to loudly bark. Zathrez hisses in anoyance.'
  16. '"That dog isss a noicccenccce!"'
  17. '<center><img <<$set_imgh>> src="images/locations/gadukino/serpent/serpent1_0.jpg"></center>'
  18. '"Now, do we deal?" the sibilant voice continues.'
  19. gs 'willpower', 'misc', 'self'
  20. if will_cost <= pcs_willpwr:
  21. act 'No, leave me alone you freaky snake (<<will_cost>> Willpower)': gs 'willpower', 'misc', 'self', 'hard' & gs 'willpower', 'pay', 'self' & serpent_path = 0 & gt 'gaddvor'
  22. else
  23. act 'No, leave me alone you freaky snake (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  24. end
  25. gs 'willpower', 'skill', 'self', 'magik_lvl'
  26. if will_cost <= pcs_willpwr:
  27. act 'Maybe, but first tell me more about what you can teach me (<<will_cost>> Willpower)': gs 'willpower', 'skill', 'self', 'magik_lvl' & gs 'willpower', 'pay', 'self' & serpent_path = 1 & gt 'serpent'
  28. else
  29. act 'Maybe, but first tell me more about what you can teach me (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  30. end
  31. act 'You stand frozen as the snake''s head glides down towards you': gt $loc
  32. end
  33. if serpent_path = 1:
  34. cls
  35. gs 'stat'
  36. end
  37. --- Serpent ---------------------------------