Taric25

Super Mario RPG Super Jumps Script

Dec 22nd, 2023 (edited)
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.33 KB | Gaming | 0 0
  1. //
  2. // Thu Dec 21 2023 15:17:56
  3. // Script generated by Visual to GPC
  4. //----------------------------------------
  5.  
  6. main {
  7.     if(get_val(PS4_R2)) {
  8.         combo_run(Turbo_1);
  9.     }
  10. }
  11.  
  12. combo Turbo_1 {
  13.     set_val(PS4_CIRCLE, 100);
  14.     wait(25);
  15.     set_val(PS4_CIRCLE, 0);
  16.     wait(822);
  17.     set_val(PS4_CIRCLE, 0);
  18. }
  19.  
Advertisement
Add Comment
Please, Sign In to add comment