BMloc.qsrc 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. # BMloc
  2. menu_off = 1
  3. gs 'stat'
  4. act 'Dance':
  5. *clr & cla
  6. gs 'stat'
  7. gs 'boystat', $bmNane[Tboynum]
  8. $npc_usedname[$npclastcalled] = $npc_nickname[$npclastcalled]
  9. if bmFrend[Tboynum] = 0:
  10. if bmHJ[Tboynum] > 0 or bmBJ[Tboynum] > 0 or bmSEX[Tboynum] > 0 or bmANAL[Tboynum] > 0 or bmGANG[Tboynum] > 0:
  11. if bmHJ[Tboynum] > 0:$text2 = 'you gave me a hand job.'
  12. if bmBJ[Tboynum] > 0:$text2 = 'you gave me a blowjob.'
  13. if bmSEX[Tboynum] > 0:$text2 = 'you let me fuck you.'
  14. if bmANAL[Tboynum] > 0:$text2 = 'you let me fuck you in the ass.'
  15. if bmGANG[Tboynum] > 0:$text2 = 'you let me and my friend fuck you.'
  16. '<<$niknameboy>> tells you "Remember me, <<$text2>>. I''m <<$boydesc>>."'
  17. else
  18. if bmKISS[Tboynum] > 0 or bmTITS[Tboynum] > 0:
  19. '<<$niknameboy>> tells you "Remember me, we hung out and drank together beer. I''m <<$boydesc>>."'
  20. else
  21. '<<$niknameboy>> tells you "Remember me, we danced together. I''m <<$boydesc>>."'
  22. end
  23. end
  24. else
  25. !!if bmFrend[Tboynum] = 1:end
  26. !!if bmFrend[Tboynum] = 2:end
  27. !!if bmFrend[Tboynum] = 3:end
  28. end
  29. if bmTip[Tboynum] = 0:'After the Dance <<$boydesc>> offers to go out and drink beer.'
  30. if bmTip[Tboynum] = 1:'After the Dance <<$boydesc>> offers to go hang out.'
  31. if bmTip[Tboynum] = 2:'After the Dance <<$boydesc>> offers to go to his hotel.'
  32. act 'Agree':
  33. *clr & cla
  34. boynumBlock = 1
  35. if bmTip[Tboynum] = 0:gt 'gdksex', 'outside', 'nice'
  36. if bmTip[Tboynum] = 1:gt 'gdksex', 'outside', 'aggressiv'
  37. if bmTip[Tboynum] = 2:DPtipe = 2 & gt 'gdksex', 'hotel'
  38. end
  39. act 'Refuse':
  40. *clr & cla
  41. ! WD: Should be pcs_sprt not willpower
  42. sprt_exp += rand(0, 1)
  43. gt 'gdkin'
  44. end
  45. end
  46. act 'Leave':gt 'gdkin'
  47. --- BMloc ---------------------------------