Advertisement
Guest User

Untitled

a guest
Apr 20th, 2017
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ;----------------------------------------
  2. ; Fix Wheels Wizard Stage 10
  3. ;----------------------------------------
  4. modify:
  5. {
  6. match:
  7. {
  8. "classname" "momentary_rot_button"
  9. "targetname" "stage3_ex_wizard_rbut1"
  10. }
  11. replace:
  12. {
  13. "distance" "68"
  14. "speed" "3"
  15. }
  16. }
  17. modify:
  18. {
  19. match:
  20. {
  21. "classname" "momentary_rot_button"
  22. "targetname" "stage3_ex_wizard_rbut2"
  23. }
  24. replace:
  25. {
  26. "distance" "68"
  27. "speed" "3"
  28. }
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement