Advertisement
Guest User

Removable Passives - RMMV

a guest
Nov 22nd, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // Give the user a passive with the following code:
  2. <Custom Battle Effect>
  3. var effectId = 123; // set this to the ID of your removable passive state
  4.  
  5. user.addState(effectId);
  6. </Custom Battle Effect>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement