1
0

BMloc.qsrc 1.5 KB

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