Guest User

required fixes for obj insane v9

a guest
Mar 16th, 2024
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. ; fix
  2. modify:
  3. {
  4. match:
  5. {
  6. "targetname" "afktele"
  7. "classname" "info_player_human"
  8. }
  9. replace:
  10. {
  11. "classname" "info_teleport_destination"
  12. "targetname" "afktele_d"
  13. }
  14. }
  15. modify:
  16. {
  17. match:
  18. {
  19. "targetname" "afktele"
  20. "classname" "trigger_teleport"
  21. }
  22. replace:
  23. {
  24. "target" "afktele_d"
  25. }
  26. }
  27. ; hp door stuff
  28. modify:
  29. {
  30. match:
  31. {
  32. "classname" "func_door"
  33. "health" "1"
  34. }
  35. replace:
  36. {
  37. "health" "0"
  38. }
  39. }
  40. ; messages
  41. modify:
  42. {
  43. match:
  44. {
  45. "classname" "func_button"
  46. "targetname" "conveyor_door_button"
  47. }
  48. insert:
  49. {
  50. "OnPressed" "zsmessage_human,message,Ladder is down!,94.5,1"
  51. "OnPressed" "zsmessage_human,message,Go go go!,95,1"
  52. "OnPressed" "zsmessage_human,message,Go go go!,95.1,1"
  53. }
  54. }
  55.  
  56. modify:
  57. {
  58. match:
  59. {
  60. "classname" "func_door"
  61. "targetname" "door09"
  62. }
  63. insert:
  64. {
  65. "OnOpen" "zsmessage_human,message,Door opened!!,0,1"
  66. }
  67. }
  68.  
  69. modify:
  70. {
  71. match:
  72. {
  73. "classname" "func_button"
  74. "hammerid" "2308506"
  75. }
  76. insert:
  77. {
  78. "OnPressed" "zsmessage_human,message,Get ready!,35,1"
  79. }
  80. }
  81.  
  82. modify:
  83. {
  84. match:
  85. {
  86. "classname" "path_track"
  87. "targetname" "Egypt_entrance_dynamit_spark_train_path3"
  88. }
  89. delete:
  90. {
  91. "OnPass" "tele18,Enable,,0,1"
  92. }
  93. insert:
  94. {
  95. "OnPass" "tele18,Enable,,50,1"
  96. }
  97. }
  98.  
  99. modify:
  100. {
  101. match:
  102. {
  103. "damagetype" "1048576"
  104. }
  105. replace:
  106. {
  107. "damage" "16"
  108. }
  109. }
Advertisement
Add Comment
Please, Sign In to add comment