BanSexType.qsrc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # BanSexType
  2. !used to keep track of the generic sex pictures for easy to use/modify/access
  3. !The listed ID-s are the ones, that picrand<ID> has no option, so if the event defines 'picrand = 12', then it checks whether 12 is listed here, and if it is, what sex action type is banned for it.
  4. BanSexTypeCheck = 1
  5. KILLVAR 'BlowArray'
  6. KILLVAR 'CooneyArray'
  7. KILLVAR 'MissionArray'
  8. KILLVAR 'CowgirlArray'
  9. KILLVAR 'DoggyArray'
  10. KILLVAR 'SidewaysArray'
  11. KILLVAR 'AnalArray'
  12. BlowArray[0] = -1
  13. CooneyArray[0] = -1
  14. CooneyArray[1] = 12
  15. CooneyArray[2] = 28
  16. CooneyArray[3] = 29
  17. CooneyArray[4] = 30
  18. CooneyArray[5] = 34
  19. CooneyArray[6] = 35
  20. CooneyArray[7] = 50
  21. CooneyArray[8] = 55
  22. CooneyArray[9] = 76
  23. CooneyArray[10] = 81
  24. CooneyArray[11] = 87
  25. MissionArray[0] = -1
  26. MissionArray[1] = 31
  27. MissionArray[2] = 33
  28. MissionArray[3] = 36
  29. CowgirlArray[0] = -1
  30. CowgirlArray[1] = 15
  31. CowgirlArray[2] = 28
  32. CowgirlArray[3] = 29
  33. CowgirlArray[4] = 32
  34. DoggyArray[0] = -1
  35. SidewaysArray[0] = -1
  36. SidewaysArray[1] = 13
  37. SidewaysArray[2] = 36
  38. SidewaysArray[3] = 39
  39. SidewaysArray[4] = 75
  40. AnalArray[0] = -1
  41. AnalArray[1] = 15
  42. AnalArray[2] = 16
  43. AnalArray[3] = 17
  44. AnalArray[4] = 22
  45. AnalArray[5] = 44
  46. AnalArray[6] = 51
  47. AnalArray[7] = 52
  48. AnalArray[8] = 61
  49. AnalArray[9] = 74
  50. AnalArray[10] = 77
  51. AnalArray[11] = 80
  52. --- BanSexType ---------------------------------