Advertisement
Guest User

Status Sounds - RMMV

a guest
Oct 12th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. // Req Buffs & States Core
  2. // Put this in the notebox of your status effect.
  3. <Custom Regenerate Effect>
  4. var file = "Ice1";
  5. var volume = 90;
  6. var pitch = 100;
  7. var pan = 0;
  8.  
  9. AudioManager.playSe({file, volume, pitch, pan});
  10. </Custom Regenerate Effect>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement